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
As a student/instructor, I want to create a game that is 'independent' of anyone else's game.
Socket.io has the ability to create 'namespaces' that we can use to separate out websockets. That way updates in one game are independent of updates in another game and we don't get 'crosstalk'
The text was updated successfully, but these errors were encountered:
As a student/instructor, I want to create a game that is 'independent' of anyone else's game.
Socket.io has the ability to create 'namespaces' that we can use to separate out websockets. That way updates in one game are independent of updates in another game and we don't get 'crosstalk'
The text was updated successfully, but these errors were encountered: