File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,13 @@ Other WebSocket implementations like
4545[ ` :gun ` ] [ gun ] / [ ` :websocket_client ` ] [ websocket-client ] /
4646[ ` Socket ` ] [ socket ] / [ ` WebSockex ` ] [ websockex ] work by spawning and
4747passing messages among processes. This is a very convenient interface in
48- Erlang and Elixir, but it does not allow the author much control over
48+ Erlang and Elixir but it does not allow the author much control over
4949the WebSocket connection.
5050
5151Instead ` Mint.WebSocket ` is process-less: the entire HTTP and WebSocket
5252states are kept in immutable data structures. When you implement a WebSocket
5353client with ` Mint.WebSocket ` , runtime behavior and process architecture
54- are up to you: you decide how to handle things like reconnection and failure
55- handling.
54+ are up to you: you decide how to handle things like reconnection and failures.
5655
5756For a practical introduction, check out Mint's [ usage documentation] [ mint-usage ] .
5857
You can’t perform that action at this time.
0 commit comments