mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
@@ -646,7 +646,9 @@ 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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user