Gabriel Ciuloaica
Gabriel Ciuloaica
Created https://github.com/zio/zio/issues/7103
@swoogles the change it is included as we are on zio 2.0.2, so nothing left to be done.
Different approach was suggested
TODO: add back-pressure
> TODO: add back-pressure Done
@NavidJalali both of the examples are failing due to the fact that there are not enough file descriptors per process to be created (in your case the limit is 256)...
@NavidJalali have you increased the file descriptors limit ?
Indeed that will just delay the inevitable death but until the new client will be ready is the only option that we have.
@Yevhensh - can you provide a minimal example? we are using zio-http server instance in our test suite and did not had issues with its shutdown process.
The unbind is happening when the ChannelFuture is getting interrupted. There is no specific API to shutdown currently the server. It should be possible to add one.