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
Last updated
Was this helpful?
Should the socket attempt to open, the following redux event is dispatched
import { socketActionTypes } from '@trixtateam/phoenix-to-redux';
const { SOCKET_OPEN } = socketActionTypes;Last updated
Was this helpful?
Was this helpful?