Skip to content

Commit d0f4bf7

Browse files
Stop the server while disposing
1 parent 5aee0ff commit d0f4bf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/controller/clipbird/clipbird.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ void ClipBird::disposeServer() {
480480

481481
// disconnect all clients
482482
server->disconnectAllClients();
483+
484+
// stop the server
485+
server->stopServer();
483486
}
484487

485488
/**

0 commit comments

Comments
 (0)