Disconnection error alert (toast) shows up on 0.5 second | Community
Skip to main content

Disconnection error alert (toast) shows up on 0.5 second

  • August 5, 2022
  • 2 replies
  • 0 views

A disconnection error appears for 0.5 seconds (or less) in an iOS app when a user returns to the ZenDesk chat screen.
Does anyone have any idea how to fix that?

ZendeskChatSDK 2.12.0

2 replies

Hi Maxim,
 
This is expected behavior whenever the user leaves the chat view - chat is actually disconnected at that point.  Even though this happens, the chat session remains active until the inactivity timeout is reached.  So the user is able to reconnect and continue the chat when returning to the chat view.

  • Author
  • August 8, 2022

Hi Christopher,

Thank you for the response.