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 are also concurrency issues around drainPool(), but those are unavoidable. (If someone calls it while there are references to Gdl objects other than the keyword constants floating around, bad things will happen.)
Currently they are TreeMaps accessed without any concurrency protection. Luckily, they're turned off by default, except when used in the Server app.
The text was updated successfully, but these errors were encountered: