-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
Simplify state across all socket listeners
-
Simplify Code
this.socket.on('incomming', this.setState); this.socket.on('incomming', this.setState); this.socket.on('incomming', this.setState); this.socket.on('incomming', this.setState); -
State Updates Controlled from Server
this.Socket.emit('outgoing', { speaker: state.speaker });
Reactions are currently unavailable