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
What problem would the feature you're requesting solve? Please describe.
Frustrating to deal with Connection Limit Exceeded (App needs to be restarted)
Describe the solution you'd like
Manage Connections internally (my implementation simply uses a semaphoreSlim and waits before every request. Optionally, if the CurrentCount of SemaphoreSlime is 0, throw an Exceptino)
Describe alternatives you've considered
Described my solution above, only problem is that is has to be implemented for every call that uses connections, and i dont have knowledge about the internals of the function host, so i cant optimize that right now
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
If you are not the original author (Steffx115) and believe this issue is not stale, please comment with /bot not-stale and I will not close it.
What problem would the feature you're requesting solve? Please describe.
Frustrating to deal with Connection Limit Exceeded (App needs to be restarted)
Describe the solution you'd like
Manage Connections internally (my implementation simply uses a semaphoreSlim and waits before every request. Optionally, if the CurrentCount of SemaphoreSlime is 0, throw an Exceptino)
Describe alternatives you've considered
Described my solution above, only problem is that is has to be implemented for every call that uses connections, and i dont have knowledge about the internals of the function host, so i cant optimize that right now
The text was updated successfully, but these errors were encountered: