Re: WebSocket client API

2015-09-01 Thread Roger Riggs
Hi Pavel, A few comments on the API: - The Incoming class combines separate functions that would be easier to use if the methods were directly on the Builder. It would also allow (not require) lambda's to be used or method references if the code was complex. The Builder methods can

Re: WebSocket client API

2015-09-01 Thread Pavel Rappo
Hi Joakim, First of all, thank you so much for such a comprehensive list of questions! I'll try to answer them to the best of my knowledge. But before, I need to clarify one thing. I've noticed many of the questions are about lack of some advanced features in the API. Well, they are for sure nego