SOCKET_ERROR
Should an error occur from the phoenix socket, the following redux event is dispatched
import { socketActionTypes } from '@trixtateam/phoenix-to-redux';
const { SOCKET_ERROR } = socketActionTypes;
Parameter
Description
type
SOCKET_ERROR
error
Error response from socket
domainKey
endpoint url without socket details or protocol
socketState
Connection state of socket
Last updated
Was this helpful?