CHANNEL_ERROR
Should an error occur from the phoenix socket channel, the following redux event is dispatched. Invoked if the socket connection drops, or the channel crashes on the server.
Parameter | Description |
---|---|
type | CHANNEL_ERROR |
channelTopic | Name of channel/Topic |
channel | Phoenix channel |
Last updated