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
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
DeprecationWarning: Socket.prototype._handle is deprecated
coming from continuation-local-storage's use of async-listener, which polyfills a removed API with another deprecated API. This package should be migrated to use cls-hooked instead, which uses supported async hooks APIs.
Activity
mayurkale22 commentedon Apr 10, 2020
If you are feeling motivated, maybe you can attempt to write solution and open a PR.
oleg-codaio commentedon Apr 10, 2020
Yup! I'm going to take a stab at it -- just wanted to open an issue, first.
oleg-codaio commentedon Apr 11, 2020
Ok, I gave it a shot: #793.