Closed nyckyta closed 1 year ago
@jansupol Should I do something additionaly to request review? There is no hurry, but I just want to make sure that this PR won't stuck here for unknown reason.
@rok-povsic FYI, when this is released, dev build version must be replaced by the release (1.21). (Unless something has changed of course).
This issue may appear when 'send[data]' methods are triggered from different threads. As a result threads race appears between cancelIdleTimeoutExecutor and scheduling new idle task. Example of race:
I would appreciate if this fix will be added to the version responsible for Java 1.x implementation, since this is one we still use in our internal project.