feat : 존 기능 초기 커밋
This commit is contained in:
@@ -62,6 +62,7 @@ public abstract class ServerBase : INetEventListener
|
||||
get;
|
||||
}
|
||||
|
||||
// 최적화 되면 안되므로 volatile로 선언
|
||||
private volatile bool isListening = false;
|
||||
|
||||
public ServerBase(int port, string connectionString)
|
||||
|
||||
Reference in New Issue
Block a user