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
{{ message }}
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
Setting the EventLoopPolicy can cause a dead lock if some async components already have initialised they loop (a use case in the lux was found where a data store had already its own event loop).
This is a critical bug which may lead to an important design decision to not allow long lasting components to hold a reference to the event loop.
Proposal
hold a reference to the event loop only if explicitly passed to it?
The text was updated successfully, but these errors were encountered:
Description
Setting the EventLoopPolicy can cause a dead lock if some async components already have initialised they loop (a use case in the
lux
was found where a data store had already its own event loop).This is a critical bug which may lead to an important design decision to not allow long lasting components to hold a reference to the event loop.
Proposal
The text was updated successfully, but these errors were encountered: