CHANNEL_CLOSE
Should a phoenix channel be explicitly closed on the server or the channel was explicitly closed by calling channel.leave(). The following redux event is dispatched
import { channelActionTypes } from '@trixtateam/phoenix-to-redux';
const { CHANNEL_CLOSE } = channelActionTypes;
Parameter
Description
type
CHANNEL_CLOSE
channel
Phoenix channel
Last updated
Was this helpful?