そのチャネルの外部からチャネルにメッセージをブロードキャストする方法はありますか?
多分Channel.broadcast topic, event, dataのようなもの?
Channel.broadcast topic, event, data
私はこのようなものを見ました ここ ですが、Phoenix.Channel.broadcast/3の最終バージョン(今日)は、チャネルとトピックを意味するソケットを取ります。
Phoenix.Channel.broadcast/3
そのためにMyApp.Endpoint.broadcast(topic, event, msg)を使用できます。
MyApp.Endpoint.broadcast(topic, event, msg)
チェック http://hexdocs.pm/phoenix/Phoenix.Endpoint.html