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
I ran into an issue where the get command was returning duplicates. I have a simple threaded app that reads from the queue and processes items.
The problem seems to be that if multiple threads request the same url from typheous before a response comes back it only makes one request and returns the response to all the requesting threads.
I was able to get around this by attaching a random value to the request params which will make each URL unique.
I ran into an issue where the get command was returning duplicates. I have a simple threaded app that reads from the queue and processes items.
The problem seems to be that if multiple threads request the same url from typheous before a response comes back it only makes one request and returns the response to all the requesting threads.
I was able to get around this by attaching a random value to the request params which will make each URL unique.
It might be nice to note in your readme that this behavior exists.
The text was updated successfully, but these errors were encountered: