SOCKET_CONNECT

Should the socket attempt to connect, the following redux event is dispatched

import { socketActionTypes } from '@trixtateam/phoenix-to-redux';
const { SOCKET_CONNECT } = socketActionTypes;
ParameterDescription

type

SOCKET_CONNECT

socket

phoenix socket

domainKey

endpoint url without socket details or protocol

Last updated

Copyright (c) 2020 Trixta Inc