elm-phoenix-socket icon indicating copy to clipboard operation
elm-phoenix-socket copied to clipboard

Channel stuck in `Joining` state when channel crashes server side

Open fbonetti opened this issue 9 years ago • 3 comments

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.

fbonetti avatar Jun 01 '16 01:06 fbonetti

Any updates on this bug?

Dan1one avatar Mar 23 '17 12:03 Dan1one

@Dan1one I'll plan on taking a look at it this weekend.

maxstr avatar Mar 29 '17 05:03 maxstr

@Dan1one I think you can accomplish this with Channel.onJoinError, no?

maxstr avatar Apr 03 '17 01:04 maxstr