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

type

CHANNEL_CLOSE

channel

Phoenix channel

Last updated

Copyright (c) 2020 Trixta Inc