Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ino Murko committed Nov 17, 2018
1 parent 53b3359 commit 0290522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/support/test_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ defmodule WebSockex.TestSocket do
{:ok, state}
end

def websocket_handle({:ping, _}, state), do: {:ok, state}
def websocket_handle(:ping, state), do: {:ok, state}

def websocket_handle(:pong, state) do
Expand Down

0 comments on commit 0290522

Please sign in to comment.