Current section
Files
Jump to
Current section
Files
lib/sse_phoenix_pubsub.ex
defmodule SsePhoenixPubsub do
defdelegate stream(conn, pubsub_info, data \\ []),
to: SsePhoenixPubsub.Server,
as: :stream
end