Tushar Mathur

Results 210 comments of Tushar Mathur

I think in that case may be we shouldn't have `Channel` as a case class.

Closing this issue for now. We can come to this again, when we have a better solution.

@Yevhensh I am not sure if adding an explicit close API will help in any way. The problem that you are facing is probably with ZIO Test, where the tests...

There are some places in the `Handler` also where we catch exceptions and create a 500 exception. Ideally, those too should handled by this middleware, otherwise we will have a...

Not sure why the performance has degraded so badly. @amitksingh1490 can you check?

I think this great but we can enhance it further :) For eg: 1. Create a middleware `beautifyErrors` that the user can attach if they want beautiful looking error response...

I think we can make the method public. At the moment you should get a `None` if the signature doesn't match. Is there a use case where you would like...

@ubourdon I don't think there is any concept of "read all" from a Socket's point of view. Socket's keep sending and receiving messages until they are closed. Buffer's, on the...

Run `scalafmt` once on your code.