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
I'm having a weird issue with the current beta, I can run the example app fine and it works in foreground and background, but my own app crashes whenever it is backgrounded with active uploads...
I'm having a weird issue with the current beta, I can run the example app fine and it works in foreground and background, but my own app crashes whenever it is backgrounded with active uploads...
Line 198 in GCDWebSever.m is:
GWS_DCHECK(_activeConnections == 0);
Does this ring a bell for anyone?
PS. This might be a simulator issue, I'm not seeing it so far on a physical device.
The text was updated successfully, but these errors were encountered: