You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new optional Parameter for the Puck Client constructor (either using the Engine or PuckProvider) called onError which is invoked when the Socket emits an error or connect_error event.
Updates the Waypoint Observer from the deprecated onlyOnce parameter used to unsubscribe to observer updates, to the new manually invoked unobserve method.