Define Event Lifecycle with Event
objects for WebClient and RtmClient
#371
Labels
enhancement
M-T: A feature request for new functionality
Milestone
Description
The complete Event Lifecycle for the clients is not clearly documented anywhere. It should live on the Wiki pages for each of the clients.
Once the lifecycle is understood and documented, we can start defining types for Events. Each of these can have associated data. For example, the
CLIENT_EVENTS.RTM.ATTEMPTING_RECONNECT
event can emit an object of typeReconnectingEvent
, which has propertiesattemptNumber
,code
(equal to the const for the type), etc.The text was updated successfully, but these errors were encountered: