I want to add a few data into socket
but wondering what the best way to do that would be.
Instead of doing a bunch of
socket = assign(socket, :channel_id, channel_id)
I want to add a few data into socket
but wondering what the best way to do that would be.
Instead of doing a bunch of
socket = assign(socket, :channel_id, channel_id)