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
handle_init caller only handles {:ok, map, socket} and {:error, map, socket}. However the Socket.init/0 type accepts a 3rd return value of {:stop, term(), socket()}.
Is the type incorrect or the case statement handling the response?
The text was updated successfully, but these errors were encountered:
handle_init caller only handles
{:ok, map, socket}
and{:error, map, socket}
. However theSocket.init/0
type accepts a 3rd return value of{:stop, term(), socket()}
.Is the type incorrect or the case statement handling the response?
The text was updated successfully, but these errors were encountered: