Georgios Andrianakis

Results 773 comments of Georgios Andrianakis

> I mean why do we need to keep the annotations anyway +1

Capturing also add to the `NetClientImpl` pipeline

@vietj is there anything else that this PR needs, or should I mark it ready for review?

> it seems to me that when a channel is closed it will close the underlying output stream and all other concurrent channel use will not be able to write...

Fair points, I'll come back tomorrow with answers

> what happens incase of HTTPS(SSL/TLS), can we have ability dump encrypted message? Yes, the messages are shown decrypted (in my original screenshot, one of the HTTP calls is actually...

It seems like this does have issues with concurrent writes. I'll have to investigate further

The only reliable way I have found so far to get this to work for multiple event loop threads under load is have each instance write to its own file...