Ack failed messages too
This commit is contained in:
parent
0f4f00295c
commit
8b4f19fd2f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue