Unify StreamPeerTCP/TCP_Server with NetSocket API
This commit is contained in:
parent
1b99806b47
commit
30327872e0
21 changed files with 411 additions and 1560 deletions
|
|
@ -330,7 +330,7 @@ void EditorFileServer::stop() {
|
|||
|
||||
EditorFileServer::EditorFileServer() {
|
||||
|
||||
server = TCP_Server::create_ref();
|
||||
server.instance();
|
||||
wait_mutex = Mutex::create();
|
||||
quit = false;
|
||||
active = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue