Unify StreamPeerTCP/TCP_Server with NetSocket API

This commit is contained in:
Fabio Alessandrelli
2018-09-02 06:36:45 +02:00
parent 1b99806b47
commit 30327872e0
21 changed files with 411 additions and 1560 deletions

View File

@ -330,7 +330,7 @@ void EditorFileServer::stop() {
EditorFileServer::EditorFileServer() {
server = TCP_Server::create_ref();
server.instance();
wait_mutex = Mutex::create();
quit = false;
active = false;