denoland / node_shims

npm packages providing shims for the Deno namespace and other globals. Useful for running Deno-first programs on Node.
MIT License
149 stars 29 forks source link

fix: handle EAGAIN reading from TCP connection #186

Closed rojvv closed 5 months ago

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

trgwii commented 5 months ago

LGTM (try read -> if EAGAIN wait for readable -> try read again)