ariel-walley / dnd-app

2 stars 0 forks source link

Track how many socket connections are opened and closed and make sure all connections are being closed out efficiently #28

Closed ariel-walley closed 2 years ago

ariel-walley commented 2 years ago

Note this old comment in the socket.disconnect() functions of both snapshots.js and playerWindow.js: //need to clean up open connection here or everytime you update component it'll open a new connection AND keep old one open and you'll end up with multiple conenctions from each child window