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
There is currently no way to programmatically stop long polling on a Processor. Once started, long polling stops only when the process exits. This makes it very hard to have multiple separate integration tests on a single package without interference.
I’ve prepared a PR, #39, that add the ability to stop long polling
The text was updated successfully, but these errors were encountered:
There is currently no way to programmatically stop long polling on a Processor. Once started, long polling stops only when the process exits. This makes it very hard to have multiple separate integration tests on a single package without interference.
I’ve prepared a PR, #39, that add the ability to stop long polling
The text was updated successfully, but these errors were encountered: