|
|
@ -269,7 +269,7 @@ func (c *MConnection) Send(chID byte, msgBytes []byte) bool { |
|
|
|
default: |
|
|
|
} |
|
|
|
} else { |
|
|
|
c.Logger.Error("Send failed", "channel", chID, "conn", c, "msgBytes", fmt.Sprintf("%X", msgBytes)) |
|
|
|
c.Logger.Debug("Send failed", "channel", chID, "conn", c, "msgBytes", fmt.Sprintf("%X", msgBytes)) |
|
|
|
} |
|
|
|
return success |
|
|
|
} |
|
|
|