mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Unify StreamPeerTCP/TCP_Server with NetSocket API
This commit is contained in:
@@ -330,7 +330,7 @@ void EditorFileServer::stop() {
|
||||
|
||||
EditorFileServer::EditorFileServer() {
|
||||
|
||||
server = TCP_Server::create_ref();
|
||||
server.instance();
|
||||
wait_mutex = Mutex::create();
|
||||
quit = false;
|
||||
active = false;
|
||||
|
||||
Reference in New Issue
Block a user