You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you can have only one chat per websocket connection.
This is limited in internal/agent/agent.go where Agent struct holds single Chat.
On client, this currently works by connecting to new chat and disconnecting from previous one each time a different chat is clicked. But this prevents getting messages from other chats, although you can still show number of unread messages by invoking the unread count endpoint.
The text was updated successfully, but these errors were encountered:
ribice
changed the title
Allow more than one chat
Allow connecting to more than one chat at
Jul 11, 2019
ribice
changed the title
Allow connecting to more than one chat at
Allow connecting to more than one chat simultaneously
Jul 11, 2019
Currently you can have only one chat per websocket connection.
This is limited in
internal/agent/agent.go
where Agent struct holds single Chat.On client, this currently works by connecting to new chat and disconnecting from previous one each time a different chat is clicked. But this prevents getting messages from other chats, although you can still show number of unread messages by invoking the unread count endpoint.
The text was updated successfully, but these errors were encountered: