feat : 존 기능 초기 커밋

This commit is contained in:
qornwh1
2026-04-03 01:38:36 +09:00
parent 5221261d1e
commit 17ba88e841
15 changed files with 486 additions and 96 deletions

View File

@@ -62,6 +62,7 @@ public abstract class ServerBase : INetEventListener
get;
}
// 최적화 되면 안되므로 volatile로 선언
private volatile bool isListening = false;
public ServerBase(int port, string connectionString)