Justin Baker
Justin Baker
@jurta It shouldn't be completely silent. If there was an error or any other kind of non-normal exit then there would at least be an exit message that was printed....
> not creating new issue, but what's the proper way to disconnect from server? I think that is a really good documentation issue. But the proper way is to send...
I think we have some disagreements on the underlying reliability of the WebSocket protocol. I tried to explain my point of view. I also feel like you are gutting some...
Awesome, thanks for the heads up and working code sample. I'll look into getting this integrated or if nothing else at least a way to make a request through an...
Yeah, there's not a specific place that tells that I guess. The answer is most of the callbacks have the option to return a `{:close, state}` tuple. https://hexdocs.pm/websockex/0.4.3/WebSockex.html#c:handle_cast/2
This is definitely a situation where I don't know where to put that particular piece of documentation. If you have any ideas, let me know.
What version of Erlang are you using? I have an uncomfortable feeling that this has to do with the rewritten `:ssl` module. There's actually a test for just the scenario...
It looks promising!
I'm in the middle of getting some other stuff together, so give me a couple days and I'll look at it more closely. =)
Hmmm, I'll look into this. But the full executable path has never been hard coded like that before.