Skip to content

Conversation

@vnabiev
Copy link
Collaborator

@vnabiev vnabiev commented Jan 30, 2022

(when calling WsProvider::send) - GC collected them because they didn't have strong references

instead of using ReferenceQueue for cleaning handlers currently is used ScheduledExecutorService that schedules completing futures with TimeoutException and removing corresponding handlers

@vnabiev vnabiev requested a review from kalaninja January 30, 2022 00:52
…WsProvider::send`) - GC collected them because they didn't have strong references

instead of using `ReferenceQueue` for cleaning handlers currently is used `ScheduledExecutorService` that schedules completing futures with `TimeoutException` and removing corresponding handlers
@vnabiev vnabiev force-pushed the fix/gc-collected-handlers branch from f3d85fd to 196fa63 Compare January 31, 2022 09:55
@kalaninja kalaninja self-requested a review January 31, 2022 10:01
@vnabiev vnabiev merged commit 39da949 into develop Jan 31, 2022
@vnabiev vnabiev deleted the fix/gc-collected-handlers branch January 31, 2022 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants