core: 6.0.4.0 (simplexmq 6.0.3.0)

This commit is contained in:
Evgeny Poberezkin
2024-08-30 13:39:35 +01:00
parent 122387d180
commit a9ec1f9ec1
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -3522,7 +3522,7 @@ agentSubscriber = do
toView' $ CRChatError Nothing $ ChatErrorAgent (CRITICAL True $ "Message reception stopped: " <> show e) Nothing
E.throwIO e
where
process :: (ACorrId, EntityId, AEvt) -> CM' ()
process :: (ACorrId, AEntityId, AEvt) -> CM' ()
process (corrId, entId, AEvt e msg) = run $ case e of
SAENone -> processAgentMessageNoConn msg
SAEConn -> processAgentMessage corrId entId msg