CHANNEL_TIMEOUT
Should an error occur from the phoenix socket channel, the following redux event is dispatched. Timeout error response after joining the phoenix channel.
Parameter | Description |
---|---|
type | CHANNEL_TIMEOUT |
channelTopic | Name of channel/Topic |
channel | Phoenix channel |
additionalData | additionalData passed when using getPhoenixChannel |
error | Phoenix channel error |
Last updated