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
I noticed that when running for long and serving more than some requests, the server do not serve request any more, I could not pinpoint any single failure or problem, but to me seems that if some request fail that cause the drain of available resources, I'm monitoring the case and enabled the logging of request to see if this happen with after some specific request.
One thing I noticed in other context is that a panic of some logic make the thread handling the async futures stop handling them, could it be the case also in here ?
Regards
The text was updated successfully, but these errors were encountered:
Hi @tglman , thank you for finding to raise this issue, but see has not been updated for a long time and I will investigate this matter when I have time.
Note: It's just a toy, please do not use it in a production environment.
Hi,
I noticed that when running for long and serving more than some requests, the server do not serve request any more, I could not pinpoint any single failure or problem, but to me seems that if some request fail that cause the drain of available resources, I'm monitoring the case and enabled the logging of request to see if this happen with after some specific request.
One thing I noticed in other context is that a panic of some logic make the thread handling the async futures stop handling them, could it be the case also in here ?
Regards
The text was updated successfully, but these errors were encountered: