This was pretty silly

This commit is contained in:
Radon Rosborough 2022-12-27 19:12:21 -07:00
parent bddd8a43ad
commit adf468b85c
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func (m *ManagedWebsocket) handleIncoming() {
if msgtype != m.MessageType {
continue
}
m.OutgoingChan <- msgdata
m.IncomingChan <- msgdata
}
}