SOCKET_DISCONNECT

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

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

type

SOCKET_DISCONNECT

socket

phoenix socket

domainKey

endpoint url without socket details or protocol

params

socket connection params

Last updated

Copyright (c) 2020 Trixta Inc