phoenix_gen_socket_client icon indicating copy to clipboard operation
phoenix_gen_socket_client copied to clipboard

Sending messages to channel from outside the behaviour

Open Arsenalist opened this issue 2 years ago • 0 comments

Based on the example, the only place you can send messages to a channel is from inside the behaviour. Can I send messages from outside the behaviour? For example, connecting to a channel and then sending the message to that channel from my controller module?

Is that possible?

Arsenalist avatar Mar 23 '24 14:03 Arsenalist