Azolo / websockex

An Elixir Websocket Client
MIT License
515 stars 97 forks source link

Closing connection? #121

Open leonardorame opened 1 year ago

leonardorame commented 1 year ago

Hi, I'm using WebSockex to connect to a websocket api. I would like, to disconnect it when is no longer needed, how can I do that?

wmealing commented 1 year ago

Does this link help: https://github.com/Azolo/websockex/issues/93 ?

sbrother commented 7 months ago

+1 to putting this in the docs, I couldn't find how to do it until searching GitHub issues. It would be obvious if WebSockex were a genserver, but special processes are a bit more esoteric and less well documented.