From what I can tell, I can't see a way for a websocket client to connect to the server. endpoint.ex has only one "/websocket" and it's pointing at LyricalWeb.UserSocket
If you open UserSocket, it's empty.
How is it possible to open a socket to join the SongsHandler/SongsChannel?
From what I can tell, I can't see a way for a websocket client to connect to the server. endpoint.ex has only one
"/websocket"and it's pointing atLyricalWeb.UserSocketIf you open UserSocket, it's empty.
How is it possible to open a socket to join the SongsHandler/SongsChannel?