Skip to content

Commit

Permalink
fix: handle incoming access_token message from client
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Nov 20, 2021
1 parent 10efe6a commit c2ff69e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/lib/realtime_web/channels/realtime_channel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ defmodule RealtimeWeb.RealtimeChannel do
Realtime.Metrics.SocketMonitor.track_channel(socket)
{:noreply, socket}
end

def handle_in("access_token", _, socket) do
{:noreply, socket}
end
end

0 comments on commit c2ff69e

Please sign in to comment.