socketcluster icon indicating copy to clipboard operation
socketcluster copied to clipboard

Improve performance by avoiding setTimeout

Open jondubois opened this issue 8 years ago • 0 comments

Right now a lot of features of SC rely on setTimeout (like when an emitted event expects a response from the opposite socket or as part of ping/pong).

Maybe this should be handled differently (e.g. using a low precision timer).

jondubois avatar Dec 27 '17 21:12 jondubois