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;
ParameterDescription

type

CHANNEL_ERROR

channelTopic

Name of channel/Topic

channel

Phoenix channel

Last updated

Copyright (c) 2020 Trixta Inc