more cleanup
This commit is contained in:
parent
af441e772b
commit
77832db39d
28 changed files with 45 additions and 105 deletions
|
@ -17,8 +17,8 @@ namespace Sledgemapper
|
|||
{
|
||||
public IMapApi Api { get; private set; }
|
||||
public HubConnection Connection { get; private set; }
|
||||
public Session SessionData;
|
||||
private ChannelsQueue Queue = new ChannelsQueue();
|
||||
public readonly Session SessionData;
|
||||
private readonly ChannelsQueue Queue = new();
|
||||
private AuthenticateResponse _authenticateResponse;
|
||||
|
||||
public CommunicationManager(Session sessionData)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue