Skip to content

Commit 18316b3

Browse files
Updated sttp.net libraries to v1.0.8 which updates to cppapi v1.0.14 that improved lock handling of signal index cache, reconnect timing for data subscribers and data publisher port-in-use exception reporting from v1.0.13
1 parent 840135b commit 18316b3

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

Assets/GraphLines.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,10 +1079,9 @@ private void TerminateConnection()
10791079
ClearSubscription();
10801080

10811081
if (m_connected)
1082-
{
10831082
UpdateStatus("Terminating current connection...");
1084-
m_subscriber?.Disconnect();
1085-
}
1083+
1084+
m_subscriber?.Disconnect();
10861085
}
10871086

10881087
private void EndApplication()
1.5 KB
Binary file not shown.
2 KB
Binary file not shown.

Assets/sttp.net/sttp.net.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)