Violeta Georgieva

Results 263 comments of Violeta Georgieva

When we dispose a server we also dispose the connection pool. It happens here https://github.com/reactor/reactor-netty/blob/netty5/reactor-netty5-core/src/main/java/reactor/netty5/transport/ServerTransport.java#L528-L543. Do you think that the new test starts before server dispose? Or is there an...

Some very basic samples 1fc98e87 - [http] Hello World example 7d5dbb66 - [http] Echo example d55fb9a5 - [tcp] Echo example 1d6edd88 - [tcp] Discard example

@pderop Once #2328 is merged, please rebase and modify the CI build so that the PR in Netty Contrib is built before Reactor Netty

@pderop Let's wait for the dependent PR in `Netty Contrib` and when we know that the API will not be changed, I'll proceed with reviewing this one.

> @violetagg , > > in order to fix the additional compilation warnings, I had to do a fix in the netty-contrib, so I have created this PR (but I...

@glennosss Can you specify the Reactor Netty issue?

@glennosss Can you specify the Reactor Netty issue?

@rstoyanchev I think that this PR #1480 will address this issue. We instruct Netty to read once we send the headers.