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
Uses the new 'pauseLock.release()' API to suspend the app only after
the socket.io server closes.
Keeps track of every socket to close the underlying connection in the
pause event.
Adds a error event listener to not crash when the OS forcibly closes
an unclosed socket when the application suspends.
0 commit comments