-
Updated
May 17, 2022 - Java
netty
Here are 1,315 public repositories matching this topic...
AnnotatedServiceBindingBuilder and VirtualHostAnnotatedServiceBindingBuilder currently don't share a common interface for its methods, such as pathPrefix() and exceptionHandlers(). This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interface AnnotatedServiceConfigSetters, we could prevent such a mistake.
-
Updated
May 17, 2022 - Java
Motivation
I recently ran into an issue where an exception thrown in Micrometer caused my request to break. The actual issue I ran into is not in reactor although reactor was used. However as reactor uses Micrometer as well and e.g. [here|https://github.com/reactor/reactor-netty/blob/main/reactor-netty-core/src/main/java/reactor/netty/channel/AbstractChannelMetricsHandler.java] there also does
-
Updated
Feb 16, 2022 - Java
-
Updated
Mar 31, 2022 - Java
-
Updated
Feb 9, 2022 - Java
-
Updated
May 11, 2022 - Java
There are many links to external documentation and specifications contained in the ServiceTalk source code. Many of these links are currently http links where they could be https links. For example, all links to http://reactivex.io/documentation could be upgraded to https.
Converting all existing http links to https within the ServiceTalk source will require checking to ensure that
-
Updated
Apr 28, 2022 - Java
If you r going to wait response,or block the goroutine in a getty session(tcp conection), task pool can not be null。
func (s *Server) newSession(session getty.Session) error {
var (
ok bool
tcpConn *net.TCPConn
)
// 省略部分代码...
session.SetTaskPool(srvGrpool)
return nil
}
ortherwise,handleTcpPackage() will blocked,led to the response missing
func (s *session
-
Updated
May 7, 2022 - Scala
-
Updated
May 16, 2022 - Java
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Apr 23, 2022 - Java
-
Updated
Feb 21, 2022 - Java
-
Updated
Aug 11, 2020 - Java
-
Updated
Mar 15, 2021 - HTML
-
Updated
May 16, 2022 - Kotlin
Improve this page
Add a description, image, and links to the netty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netty topic, visit your repo's landing page and select "manage topics."
Not that complicated to implement: