Re: WebSocket client API

2015-09-11 Thread Simone Bordet
Hi, On Fri, Sep 11, 2015 at 12:28 PM, Pavel Rappo wrote: > Outgoing has several purposes. First of all, it separates construction of data > from sending data. Indeed, if we remove it, WebSocket will have to have many > different sendAsync variants. > Secondly it hides the notion of fragmentation.

Re: WebSocket client API

2015-09-11 Thread Pavel Rappo
Hi Richard, thanks a lot for having a look at this. > On 11 Sep 2015, at 00:41, Richard Warburton > wrote: > > Thanks a lot for implementing this by the way - I can see that it would be a > useful API for many people. That's the main problem (as usual though). Different people have different