New
v1.1.3
Fixed
- Fixed callback return types to include
{:noreply, new_socket}and{:noreply, new_socket, _rest}(for returning timeouts or triggeringhandle_continue/2for example). These return types were always supported but not declared in the callback, so the dialyzer would complain if these values were returned.c:Slipstream.handle_connect/1c:Slipstream.handle_disconnect/2c:Slipstream.handle_join/3c:Slipstream.handle_message/4c:Slipstream.handle_reply/3c:Slipstream.handle_topic_close/3c:Slipstream.handle_leave/2