Merge remote-tracking branch 'origin/master' into ab/debug-subs

This commit is contained in:
IC Rainbow
2024-05-03 12:34:11 +03:00
8 changed files with 128 additions and 16 deletions
+2
View File
@@ -3589,6 +3589,8 @@ processAgentMessage _ connId (DEL_RCVQ srv qId err_) =
toView $ CRAgentRcvQueueDeleted (AgentConnId connId) srv (AgentQueueId qId) err_
processAgentMessage _ connId DEL_CONN =
toView $ CRAgentConnDeleted (AgentConnId connId)
processAgentMessage _ "" (ERR e) =
toView $ CRChatError Nothing $ ChatErrorAgent e Nothing
processAgentMessage corrId connId msg = do
let acId = AgentConnId connId
acTag = aCommandTag msg