diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-03-25 03:35:16 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-03-25 03:35:16 +0200 |
| commit | befb7c57d2f34196ccab399384fc8ac2fc2c0ddd (patch) | |
| tree | e9ac1a8b4c5a631737710185244810706111bfc9 /Software/Visual_Studio/Tango.Integration | |
| parent | cd278c55d43de2fa7e4eea23d9702e2925d2c540 (diff) | |
| download | Tango-befb7c57d2f34196ccab399384fc8ac2fc2c0ddd.tar.gz Tango-befb7c57d2f34196ccab399384fc8ac2fc2c0ddd.zip | |
PPC External Bridge Delay.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/ExternalBridge/ExternalBridgeService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/ExternalBridge/ExternalBridgeService.cs b/Software/Visual_Studio/Tango.Integration/ExternalBridge/ExternalBridgeService.cs index ef66275cf..ccb0ef2a1 100644 --- a/Software/Visual_Studio/Tango.Integration/ExternalBridge/ExternalBridgeService.cs +++ b/Software/Visual_Studio/Tango.Integration/ExternalBridge/ExternalBridgeService.cs @@ -630,6 +630,7 @@ namespace Tango.Integration.ExternalBridge _connection = new HubConnection(SignalRConfiguration.Address); _proxy = _connection.CreateHubProxy(SignalRConfiguration.Hub); _proxy.On<String>("OnSessionCreated", OnSignalRSessionCreated); + _connection.TransportConnectTimeout = TimeSpan.FromMinutes(2); _connection.Start(); _connection.StateChanged += (x) => { |
