Overview
The SDK sends a message to the Server side and starts a local timer. If no ack data is received from the Server side within 30 seconds, the SDK considers the message sending to have timed out and returns an error code.
Solutions
-
Check for network issues, such as proxy or DNS settings
-
See if the connection status listener triggers Events.SUSPEND or Events.DISCONNECT
-
Message sending timeout happens when the Web side doesn’t receive ack data from the Server side, usually due to a network issue. Try switching to a stable network