ScottLangham

Results 4 comments of ScottLangham

Ok. Our code was attempting to keep a list of open connection handles so that they could be closed cleanly on shutdown. But, the problem was that the connection handles...

Hi, Thanks very much for getting back to me promptly. The fix I discussed earlier has managed to make the server shutdown cleanly more often. It still does intermittently fail...

My test harness program (where I observed the problem) initializes the server endpoint and starts one thread which calls run(). The main thread then sleeps for 100 milliseconds and after...

Hi zaphoyd, Thanks for your comments. You mentioned I shouldn't need to both close connections gracefully and call endpoint::stop. However, even after closing connections that arrive at on_open after calling...