Add an informative comment

This commit is contained in:
Dominion
2023-05-23 02:54:45 -04:00
parent 78c802e1c7
commit 60fbb6f9b4
@@ -301,6 +301,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
}
catch
{
// we set this here because otherwise there could be stuff waiting on to connect us forever
initialConnectionTcs.TrySetResult();
throw;
}