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
The DefaultEventLoopGroupProvider closes resources that are still in use because the tracking of used resources is broken. This breaks the client state: EventExecutorGroups are closed and connections cannot be opened anymore.
The text was updated successfully, but these errors were encountered:
The DefaultEventLoopProvider tracks now resources using a ref-counter mechanism. Resources in use are no longer closed by the DefaultEventLoopProvider when calling release(...). Only the last call to release(...) causes the resource to be shut down.
The DefaultEventLoopProvider tracks now resources using a ref-counter mechanism. Resources in use are no longer closed by the DefaultEventLoopProvider when calling release(...). Only the last call to release(...) causes the resource to be shut down.
The
DefaultEventLoopGroupProvider
closes resources that are still in use because the tracking of used resources is broken. This breaks the client state: EventExecutorGroups are closed and connections cannot be opened anymore.The text was updated successfully, but these errors were encountered: