Jérôme Renard
Jérôme Renard
Can you please provide a test case for this ? I'll merge your PR afterwards. Thanks :)
Ok, but can you write a unit test for this bug ? Thanks :)
I just pushed a prototype implementation for a v2. Only TCPClient is implemented using a buffered sender. The code is [here](https://github.com/jeromer/riemann-go-client/commit/568b85059b699a06aaafb89b53cc1cc2b98674bd). You can run `go test -tags=integration -v` in order...
Aloha, > No more Connect() method. Connection must be lazily handled by the client. > > I like being able to choose when to define a client and when to...
Hi there, I started to work on a prototype to support a pluggable storage like Redis without breaking the current usage of dicts to work with sockets. You will find...
> How will the `session` attribute be handled ? Will that be shared through Redis ? As long as the session attribute can be pickled I think it could be...
Yes, you can follow the discussion here : https://groups.google.com/forum/#!topic/gevent-socketio/n9mS96cnNUw I think we are close to a solution, but I am super busy at the moment and I will not have...
Hi Lukas, I did not have time to work on this issue, sorry. However I think you can help by working on globally defined SocketIoServer variables as discussed in the...