Esempio n. 1
0
 public UserLoginActor(ClusterNodeContext clusterContext, ActorBoundChannelRef channel, EndPoint clientRemoteEndPoint)
 {
     _logger         = LogManager.GetLogger($"UserLoginActor({clientRemoteEndPoint})");
     _clusterContext = clusterContext;
     _channel        = channel;
 }