elm-phoenix-socket
elm-phoenix-socket copied to clipboard
Channel stuck in `Joining` state when channel crashes server side
Phoenix message: { event = "phx_reply", topic = "rooms:lobby", payload = { status = "error", response = { reason = "join crashed" } }, ref = Just 0 }
The channel should correctly transition to Errored state.
Any updates on this bug?
@Dan1one I'll plan on taking a look at it this weekend.
@Dan1one I think you can accomplish this with Channel.onJoinError, no?