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
Fixed callback return types to include {:noreply, new_socket} and {:noreply, new_socket, _rest} (for returning timeouts or triggering handle_continue/2 for example). These return types were always supported but not declared in the callback, so the dialyzer would complain if these values were returned.