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.
import { channelActionTypes } from '@trixtateam/phoenix-to-redux';
const { CHANNEL_ERROR } = channelActionTypes;
Parameter
Description
type
CHANNEL_ERROR
channelTopic
Name of channel/Topic
channel
Phoenix channel
Last updated
Was this helpful?