Skip to content

Commit

Permalink
Add temp log to validate if this is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Jul 27, 2023
1 parent 5489e6e commit 4b66de9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ func (c *Connection) recvLoop() {
// a test iteration) we need to send it to all sessions and the
// connection's event loop.
case msg.ID != 0 && msg.Error != nil && msg.SessionID == "":
c.logger.Infof(
"Connection:recvLoop:msg.ID:msg.Error: lost error message",
"msg:%v", msg,
)
c.sessionsMu.RLock()
for _, s := range c.sessions {
select {
Expand Down

0 comments on commit 4b66de9

Please sign in to comment.