From bbff335233397dcf89061d7202b4d09d4759d033 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Fri, 11 Aug 2023 01:45:42 -0500 Subject: [PATCH] Fix return value for a new socket message --- elixir/apps/api/lib/api/gateway/channel.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elixir/apps/api/lib/api/gateway/channel.ex b/elixir/apps/api/lib/api/gateway/channel.ex index 433d8464f..54cc9d3da 100644 --- a/elixir/apps/api/lib/api/gateway/channel.ex +++ b/elixir/apps/api/lib/api/gateway/channel.ex @@ -45,6 +45,8 @@ defmodule API.Gateway.Channel do resource: Views.Resource.render(resource), expires_at: DateTime.to_unix(authorization_expires_at, :second) }) + + {:noreply, socket} end def handle_info({:request_connection, {channel_pid, socket_ref}, attrs}, socket) do