mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Router crash fix.
This commit is contained in:
@@ -411,6 +411,7 @@ namespace MeshCentralRouter
|
||||
}
|
||||
case "nodeconnect":
|
||||
{
|
||||
if (nodes == null) return;
|
||||
string nodeid = (string)ev["nodeid"];
|
||||
if (nodes.ContainsKey(nodeid))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user