Skip to content

v1.1.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 14:09
v1.1.3
bca50f8

Fixed

  • 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.
    • c:Slipstream.handle_connect/1
    • c:Slipstream.handle_disconnect/2
    • c:Slipstream.handle_join/3
    • c:Slipstream.handle_message/4
    • c:Slipstream.handle_reply/3
    • c:Slipstream.handle_topic_close/3
    • c:Slipstream.handle_leave/2