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
Hi,
We tried using continuation-local-storage in a loopback application. The value was set at the entry point (server.js) and inside the api-method, we just checked if we receive the same text being set while entry is received.
While running j-meter with 500 requests in a span of one second, we got it fine.
But, while running (500 requests / second * 100) it went unmatched.
The text was updated successfully, but these errors were encountered:
Hi,
We tried using continuation-local-storage in a loopback application. The value was set at the entry point (server.js) and inside the api-method, we just checked if we receive the same text being set while entry is received.
While running j-meter with 500 requests in a span of one second, we got it fine.
But, while running (500 requests / second * 100) it went unmatched.
The text was updated successfully, but these errors were encountered: