setting up boilerplate for notifying others of this new line

but need a better system of loading and adding lines to each client on their own code
This commit is contained in:
talksik
2022-05-18 07:38:31 -05:00
parent ed7d71f5d0
commit bed932875a
+5
View File
@@ -161,6 +161,11 @@ export default function InitializeWs(io: any) {
);
});
// tell everyone in the channel to
// socket.on(ServerRequestChannels.CREATED_CHANNEL, (req: CreatedLineRequest) => {
// })
// tell all people in all my lines that I am disconnecting or untuning
// tell the tuned in folks the new list of
socket.on('disconnecting', (reason: any) => {