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
The options we pass to the socket by default, namely:
[{mode, binary}, {active, true}, {packet, 0}]
need to be protected as they are fundamental to the clients' inner machinations. We should prevent any options in {socket_opts, SO} from overriding these.
The text was updated successfully, but these errors were encountered:
The options we pass to the socket by default, namely:
need to be protected as they are fundamental to the clients' inner machinations. We should prevent any options in
{socket_opts, SO}
from overriding these.The text was updated successfully, but these errors were encountered: