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 websocket logs messages to the console here but does not provide a way to listen out for these events from code external to this client.
In particular if a match is requested on the splinterlands website the match will emit an event here but cannot be interacted with because splinterlands.get_match() will return null here
I would like to be able to listen to and thus react to these events. A simple way to do this would be to dispatch events to the window which seems to be acceptable since it is done here
The text was updated successfully, but these errors were encountered:
The websocket logs messages to the console here but does not provide a way to listen out for these events from code external to this client.
In particular if a match is requested on the splinterlands website the match will emit an event here but cannot be interacted with because splinterlands.get_match() will return null here
I would like to be able to listen to and thus react to these events. A simple way to do this would be to dispatch events to the window which seems to be acceptable since it is done here
The text was updated successfully, but these errors were encountered: