Guido Goldstein

Results 8 comments of Guido Goldstein

Happy Halloween! And now for the gruesome details. To make messages reusable the whole API needs to change to pointers. Also the direct access to the .Frames needs to be...

1. Would start with `socket.accept` taking the listener as parameter. 2. Make accept Close the listener on exit. 3. Break the listen loop on errors on the listener (to prevent...

Hi! At the moment the user facing .Dial is synchronous. This should be kept that way. The spec talks about "reconnect", which in my view is something different from the...

Hi! The code doesn't compile due to the logging type mismatch, wouldn't call that an enhancement. I made master compile using hclog and fixed some other bugs so the tests...

Have a look at https://html.spec.whatwg.org/multipage/server-sent-events.html. Two newlines are treated as end of event. One newline as end of line. That's the protocol. SSE has no other encoding. So your solution...

So what? Is this a request, a question or just something to keep the electrons busy?