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
Similar to #101, I'm not seeing the active object getting closed after timePerObject seconds. It isn't until the operator receives another message outside of the window that it gets closed. I am using version 2.2.6.
Looking at the trace logs, I can see ScheduledExecutorService - trigger object expiry in cache printing every 3 seconds. The nActiveObjects stays at 1, and the nClosedObjects is not increased.
The text was updated successfully, but these errors were encountered:
Similar to #101, I'm not seeing the active object getting closed after
timePerObject
seconds. It isn't until the operator receives another message outside of the window that it gets closed. I am using version2.2.6
.Looking at the trace logs, I can see
ScheduledExecutorService
- trigger object expiry in cache printing every 3 seconds. ThenActiveObjects
stays at 1, and thenClosedObjects
is not increased.The text was updated successfully, but these errors were encountered: