On 28 déc. 2013, at 16:44, Tobias Oberstein <[email protected]> wrote:
> To be honest, I agree on that. A "pull style" API for WebSocket feels > unnatural to me. But it's a matter of taste, sure. Coroutines seemed easier to me, but that’s probably because I was new to async programming and never wrote significant amounts of callback-based code. > Rgd Autobahn testsuite: good to hear it was of use to you! Btw: do you have > reports online? I just re-ran the test suite and uploaded the reports at https://myks.org/stuff/websockets-1.0-client/ and https://myks.org/stuff/websockets-1.0-server/ (I didn’t attempt to make my implementation fast, I’m sure there are some easy wins.) > From a short skimming over the code, I'd be interested .. in particular (or > also) the UTF8 stuff;) You may be thinking about this: https://github.com/aaugustin/websockets/tree/master/compliance#conformance-notes. I’m not sure about the current status; apparently these tests are reported as not strict with version 0.5.2 of the test suite. -- Aymeric.
