TickObject
Closed this issue · 3 comments
sinnott74 commented
What is the reason behind:
if (type === 'TickObject') {
return;
}
during asyncHooks.createHook - init
vicanso commented
@sinnott74 I found that TickObject
is triggered frequently. It doesn't matter whether it's ignored. So I wrote this code for less memory.
Is there any problem?
sinnott74 commented
Context is lost when using passport & passport-jwt as it uses TickObject
. I was more curious than anything. Love the simplicity of the package. Closing the issue
vicanso commented
@sinnott74 I will fix it in next version, thanks very much