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
When you make a socket request after about 5 minutes of socket inactivity then after about 30 seconds, you get the callback for peer closed, and soon after we get an error of operation timed out. Then we get a callback for event cancelled.
Steps to Reproduce
Make a socket Request.
Wait for about 5 minutes
Make another socket request and observe
Expected behavior
We should not be waiting for about 30 seconds for socket response, and after waiting we get peer closed and an error event.
Environment:
OS/Version: [e.g. iOS/13.3] iOS 17.4
Starscream Version [e.g. 4.0.4] 4.08
Xcode version [e.g. 11.5] 15.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When you make a socket request after about 5 minutes of socket inactivity then after about 30 seconds, you get the callback for peer closed, and soon after we get an error of operation timed out. Then we get a callback for event cancelled.
Steps to Reproduce
Make a socket Request.
Wait for about 5 minutes
Make another socket request and observe
Expected behavior
We should not be waiting for about 30 seconds for socket response, and after waiting we get peer closed and an error event.
Environment:
Additional context
The text was updated successfully, but these errors were encountered: