SOCKET_OPEN
Should the socket attempt to open, the following redux event is dispatched
import { socketActionTypes } from '@trixtateam/phoenix-to-redux';
const { SOCKET_OPEN } = socketActionTypes;
Parameter
Description
type
SOCKET_OPEN
socket
phoenix socket
domainKey
endpoint url without socket details or protocol
params
socket connection params
Last updated
Was this helpful?