connections
Description
Filters the rxws
stream to include only connection events. This will emit an event whenever the client connects (or reconnects) to the server.
Usage
API
Since
1.0
Parameters
None
Options
None
Returns
{attemptNumber<Number>,startTime<Date>}
: An Object which may include the startTime of the connection and the attemptNumber.
Last updated