Martyn Loughran
Martyn Loughran
@Vici37 thanks – I can confirm that using `macro finished` and `previous_def` does indeed allow overriding the setter method. As a newcomer to crystal/clear I would say this was not...
Hi Seth. Thanks for writing this up - I hadn't considered this. The reason I haven't hit into this issue is that I do not call close in my `onerror`...
Not quite - in all cases `unbind` will be called on the `Connection` object when the tcp connection closes (whether that was done by the client or server), which causes...
You're running into the issue that the third key data is not HTTP compliant, and HAProxy is doing the correct thing by not sending it when operating in layer 7...
Closing
I haven't investigated this issue in recent memory I'm afraid. @jcoglan am I right in think that you've got this working?
Thanks James. I've reopened this issue since it's clear that a workaround is possible, and probably desirable. I'm unlikely to get around to this one but I'm very happy to...
I agree - flexibility here would be good. Personally I'm unlikely to get round to implementing it any time soon.
Sounds perfectly reasonable, please create a pull request :)
Providing a subclassed `EM::WebSocket::Connection` might be closer to what you're looking for. This isn't the documented usage of the library, but it works absolutely fine. Here's what the example echo...