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
fix(checkConn): try to peek into the connection instead of consuming
Initially connCheck was reading a byte from the socket which won't allow
the code for processing push notification to work properly once a byte
is read. Try to peek instead of reading, so later the next operations
over the connection can work with the correct data.
0 commit comments