nebrius / request-inspector

A request timing diagnostic tool for Web and Node.js applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate requests are sometimes lumped together

nebrius opened this issue · comments

Sometimes async hooks will give off the same ID for two separate request. This causes Request Inspector to think that these two separate requests are part of the same requests, and messes up the UI. Is this a bug in async hooks, or am I using it wrong?

I switched to using continuation local storage, so it's all working fine now