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
The readyMessage is defined as an empty object which makes it impossible to detect as a ready message in a websocket channel du to the lack of a discriminator.
A solution could be to add the same discriminator envelope as in the registerEgkMessage.
The
readyMessageis defined as an empty object which makes it impossible to detect as a ready message in a websocket channel du to the lack of a discriminator.A solution could be to add the same discriminator envelope as in the
registerEgkMessage.