Skip to content

Instantly share code, notes, and snippets.

@marinho10
Created March 9, 2018 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marinho10/04e9ac919545fcae0f6ee5b6deeea145 to your computer and use it in GitHub Desktop.
Save marinho10/04e9ac919545fcae0f6ee5b6deeea145 to your computer and use it in GitHub Desktop.
handle_in in GameChannel
def handle_in("playerAction", payload, socket) do
broadcast!(socket, "playerAction", Map.put(payload, :from_player, socket.assigns.player))
{:noreply, socket}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment