mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Todo
This commit is contained in:
		| @@ -124,16 +124,13 @@ public abstract class NetworkServer<TConnection> : IDestructible where TConnecti | |||||||
|                     //Console.WriteLine("New Socket ... " + DateTime.Now); |                     //Console.WriteLine("New Socket ... " + DateTime.Now); | ||||||
|  |  | ||||||
|                     var c = new TConnection(); |                     var c = new TConnection(); | ||||||
|                         //c.OnClose += ClientDisconnectedEventReceiver; |  | ||||||
|                     c.Assign(s); |                     c.Assign(s); | ||||||
|                     Add(c); |                     Add(c); | ||||||
|                         //Connections.Add(c); |  | ||||||
|  |  | ||||||
|                     try |                     try | ||||||
|                     { |                     { | ||||||
|                             //ClientConnected(c); |  | ||||||
|                         ClientConnected(c); |                         ClientConnected(c); | ||||||
|                             //NetworkConnect(c); |  | ||||||
|                     } |                     } | ||||||
|                     catch |                     catch | ||||||
|                     { |                     { | ||||||
|   | |||||||
| @@ -1,2 +1,3 @@ | |||||||
| 1- Scan assembly for child classes | 1- Scan assembly for child classes | ||||||
| 2- Auto reconnect id | 2- Auto reconnect id | ||||||
|  | 3- ResourceTrigger.PopulateDate (after ef data setting) | ||||||
		Reference in New Issue
	
	Block a user