Re: RFR: 8268294: Reusing HttpClient in a WebSocket.Listener hangs. [v3]

2021-06-16 Thread Daniel Fuchs
On Wed, 16 Jun 2021 11:24:43 GMT, Michael McMahon wrote: >> Hi, >> >> This fixes a problem where the listener methods of a WebSocket client were >> being invoked by the Selector manager thread, which is problematic, because >> if the implementation of any of these methods tries to do any block

Re: RFR: 8268294: Reusing HttpClient in a WebSocket.Listener hangs. [v3]

2021-06-16 Thread Michael McMahon
> Hi, > > This fixes a problem where the listener methods of a WebSocket client were > being invoked by the Selector manager thread, which is problematic, because > if the implementation of any of these methods tries to do any blocking work, > this impacts other http activity, and if the blocki