fix
This commit is contained in:
parent
da24b45f5d
commit
ecc56d2279
|
|
@ -20,7 +20,7 @@ public class AcWebSignalRHubWithSessionBase<TSignalRTags, TLogger>(IConfiguratio
|
|||
SessionService.Sessions.TryAdd(Context.ConnectionId, new SessionItem(Context.ConnectionId, new LoginService(UserDal, Configuration)));
|
||||
Logger.Info($"_sessionService.Sessions count: {SessionService.Sessions.Count}");
|
||||
|
||||
////insert or updatde them into database.
|
||||
////insert or update them into database.
|
||||
//var CId = _context.UserIdToCId.Find(userId);
|
||||
//CId.ConnectionId = connectionid;
|
||||
//_context.Update(CId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue