Yehonatan Daniv
Yehonatan Daniv
@lukeaus still sounds to me like a minor optimization, but if you could put this together into a PR I'll gladly review and consider (: Thanks!
Hey @ggbecker, thanks for this! Yes, it appears as if this code is never reached. Perhaps I never encountered a problem since I always set `update_results`. Perhaps you'd like to...
Sure! Take a look at tests of [Backbone.WS](https://github.com/ydaniv/backbone-ws). Install dev deps via npm, update mock-socket to 0.8 and run tests.
ping > @thoov, does that help? too much work? any way I can help you help me?
Thanks @thoov! I got your update and removed the `construct with retries` and `test reopen` tests. The `test destroy` did have a timing issue which I fixed. The problem with...
Cool! Let me test that and get back to you. What woud `server.restart()` desugar to?
OK, I see now, the problem is that in 0.4 it would only close connections but now you're removing the server from listening on the given URL so all subsequent...
wOOt! I've updated and followed your advice regarding server restart in `afterEach` and it works like a charm. This had 2 interesting consequences: 1. I was forced to continue flow...
These `phase`s look pretty good for some cases, but I have couple of quite common cases which don't seem to be very straightforward using those: 1. The "animate-while-sticky" case: was...