Fixing small things

This commit is contained in:
Owen
2025-12-03 15:14:08 -05:00
parent 5220fd9f76
commit e898d4454f
7 changed files with 77 additions and 15 deletions

View File

@@ -646,9 +646,7 @@ func (c *Client) readPumpWithDisconnectDetection() {
c.handlersMux.RLock()
if handler, ok := c.handlers[msg.Type]; ok {
logger.Debug("***********************************Running handler for message type: %s", msg.Type)
handler(msg)
logger.Debug("***********************************Finished handler for message type: %s", msg.Type)
}
c.handlersMux.RUnlock()
}