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 Oct 23, 2024. It is now read-only.
ThreadPoolContext provides an unbounded cached ThreadPool named context. The comment specifies that this should only be used for blocking IO operations but in reality this context is used for many operations.
This can lead to OutOfMemoryExceptions and other resource exhaustion problems.
The text was updated successfully, but these errors were encountered:
ThreadPoolContext
provides an unbounded cached ThreadPool namedcontext
. The comment specifies that this should only be used for blocking IO operations but in reality this context is used for many operations.This can lead to
OutOfMemoryException
s and other resource exhaustion problems.The text was updated successfully, but these errors were encountered: