Fix random crashes when async server is destroyed

This commit is contained in:
nsubiron 2017-08-28 19:12:21 +02:00
parent 201be068c7
commit 7352ca01b7
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ namespace server {
private:
AsyncService _service;
server_type _server;
AsyncService _service;
};
// ===========================================================================