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
Fixes an issues that resulted into TypeError: Cannot read property 'apply' of undefined exception when using certain third-party request issuing libraries (#19, #20). Resolved by implementing setNoDelay, setKeepAlive and setTimeout on the polyfilled Socket class.