Пример #1
0
 public AsyncServer()
 {
     connections     = new Dictionary <string, ServerConnection>();
     requestQueue    = new ServerRequestQueue();
     isServerRunning = false;
 }