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
if a client is having a bad time we shouldn't be plastering it with a large queue on connection haha :D, this could easily lead to thrashing. normally this would "just work" but yeah not with node :(
The text was updated successfully, but these errors were encountered:
Yeah... I am assuming you are referring actually handling pause() and resume(), etc. instead of just checking if sock.writable. I would only imagine we'd have to go removeListener 7 ways to sunday on various emitters, etc... add timeouts for the resume events... ALOT more code haha...
if a client is having a bad time we shouldn't be plastering it with a large queue on connection haha :D, this could easily lead to thrashing. normally this would "just work" but yeah not with node :(
The text was updated successfully, but these errors were encountered: