Hi, I have a Rocket server + ws server that sporadically stops responding to requests. That might happen after an hour or after two weeks. I would like to investigate why that happens but don't know where to start.
I have already started using log + simplelog to write logging output to a file but I don't know in which places I should add logging messages.
It would be great if anyone has a suggestion how to investigate an issue like this.
- I have not yet tried to connect to the ws server while the Rocket server is blocked, that is something I'll try to do when it hangs the next time.