Re: websockets

2018-02-15 Thread Chuck Davis
Thanks, Pavel, for the additional information. Text payloads will be easily handled. ByteBuffers not so much apparently. Major issues I see now: they can't grow and all the methods I'd want to use are abstract, optional or both. So each implementation I run on will have to be tested to see if

Re: websockets

2018-02-15 Thread James Roper
Hi Pavel, Sorry for taking a while to respond, I've been travelling and wanted to take the time to properly understand the concerns you've raised. The reasoning you've stated for the current API design is all sound, and obviously the choice to go with that design and not others depends on the goa