PushChannel is an abstraction over a websocket connection that provides an easy way to observe updates for events and
tasks within the authenticated user's environment. Channels can be scoped to a single company or to all companies
that the authenticated user has access to. You must close the channel when you've finished using it in order to close
and clean up the underlying websocket.
PushChannel is an abstraction over a websocket connection that provides an easy way to observe updates for events and tasks within the authenticated user's environment. Channels can be scoped to a single company or to all companies that the authenticated user has access to. You must close the channel when you've finished using it in order to close and clean up the underlying websocket.