elixir-mint / mint_web_socket

HTTP/1 and HTTP/2 WebSocket support for Mint 🌱
https://hex.pm/packages/mint_web_socket
Apache License 2.0
124 stars 14 forks source link

Add example for use with GenServer #20

Closed hkrutzer closed 2 years ago

hkrutzer commented 2 years ago

Hi, thanks for this library! I have a need to use it with a GenServer, and there are probably more people who do, so I added an example.

hkrutzer commented 2 years ago

Thank you for the extensive feedback! I have replaced most of the code ;) Let me know if you have further comments.