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