Jan Urbański
Jan Urbański
OK, that one was easy: for epoll, `fileno()` is called from _inside_ `addReader`, so it's obvious why my `test_foo.py` was failing. If I move `self.insideReactor = True` to just above...
I did a few more tests with txpostgres and Twisted trunk and have been able to reproduce the -1 error, but it still managed to recover and continue querying. Here's...
Hey there, Tsung 1.5.0 added built-in websocket support, so there's no need to use this module anymore with later versions. This extension has been written many years ago and probably...
I have to say that would be useful, but I'm not sure it `txpostgres` is the right project to implement a more featureful connection pool. The existing implementation exists mostly...
Seems like a useful idea, I'm not sure how much of this is possible to compute directly in Tsung, but perhaps there could at least be some helpers to then...
Great, I think it's now turn for @thaelim to re-issue his pull request with signed-off-by lines, then I will submit the patch I made on top of his work. Thanks...
Hi, I tried the latest version on a UX31E and it works great. Using synclient TapButton2=2 I've been able to get middle-click via two-finger tap, so I can paste from...
A first version is available at https://github.com/wulczer/txWebSocket/tree/hybi-10 It works with Chromium 15.0.839.0, but I haven't tested it beyond a few simple operations. I want to add support for fragmentation and...
Pull request issued, https://github.com/rlotun/txWebSocket/pull/13