fix: handle threading issues for concurrent clients joining

This commit is contained in:
Andrew Welker
2025-12-26 12:34:31 -06:00
parent 39c1f60a4d
commit 53e7a30224
5 changed files with 60 additions and 17 deletions

View File

@@ -31,6 +31,11 @@ namespace PepperDash.Essentials.WebSocketServer
/// </summary>
public string Token { get; private set; }
/// <summary>
/// The URL token key used to connect (from UiClientContexts dictionary key)
/// </summary>
public string TokenKey { get; set; }
/// <summary>
/// Touchpanel Key associated with this client
/// </summary>