You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for an amazing library! :)
I read few issues regarding inet:setopts(Sock, [{active, once}]) and also your reply that SSL (WSS) is the pain to work with in Erlang.
So my question is - if I put in front nginx proxy which will transform wss to ws - will this speed up elixir ws process?
Websockex will consume WS data.
Do you think it's worth spending time trying this to get some more performance from websockex? :)
The text was updated successfully, but these errors were encountered:
Hello! Thanks for an amazing library! :)
I read few issues regarding inet:setopts(Sock, [{active, once}]) and also your reply that SSL (WSS) is the pain to work with in Erlang.
So my question is - if I put in front nginx proxy which will transform wss to ws - will this speed up elixir ws process?
Websockex will consume WS data.
Do you think it's worth spending time trying this to get some more performance from websockex? :)
The text was updated successfully, but these errors were encountered: