Skip to content

Commit 4b156b5

Browse files
authored
Delegate LiveView handle_async/3 (#17)
1 parent 07e7f67 commit 4b156b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/phoenix_playground/router.ex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ defmodule PhoenixPlayground.Router do
132132
module().handle_info(message, socket)
133133
end
134134

135+
@impl true
136+
def handle_async(message, result, socket) do
137+
module().handle_async(message, result, socket)
138+
end
139+
135140
def module do
136141
Application.fetch_env!(:phoenix_playground, :live)
137142
end

0 commit comments

Comments
 (0)