Skip to content

Commit

Permalink
Ack failed messages too
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Feb 26, 2024
1 parent 0f4f002 commit 8b4f19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libgm/event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func (c *Client) HandleRPCMsg(rawMsg *gmproto.IncomingRPCMessage) {
msg, err := c.decryptInternalMessage(rawMsg)
if err != nil {
c.Logger.Err(err).Msg("Failed to decode incoming RPC message")
c.sessionHandler.queueMessageAck(rawMsg.ResponseID)
return
}

Expand Down

0 comments on commit 8b4f19f

Please sign in to comment.