You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Autoconnect to any nodes when Currnodes are under 4IfVal(txtCurrNodes.Text)<4ThenattemptConnSteamID(tmpSteamID)
The problem is that connecting to nodes takes some time, so txtCurrNodes is actually a number from the past. The result is that for a few seconds, a new connection is initiated every 200 ms (refTimer interval). In my test, dscm initiated 40 connections after I activated dscm-net.
The text was updated successfully, but these errors were encountered:
I was aware of the issue but didn't think it would get that bad this
quickly. I'll build a connection queue tomorrow some time.
On May 1, 2016 17:49, "Chronial" [email protected] wrote:
'Autoconnect to any nodes when Currnodes are under 4If Val(txtCurrNodes.Text) < 4 Then
attemptConnSteamID(tmpSteamID)```
The problem is that connecting to nodes takes some time, so txtCurrNodes is actually a number from the past. The result is that for a few seconds, a new connection is initiated every 200 ms (refTimer interval). In my test, dscm initiated 40 connections after I activated dscm-net.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #13
This code does not what it should:
DaS-PC-MPChan/DaS-PC-MPChan/DSCM.vb
Line 533 in ebedbbc
The problem is that connecting to nodes takes some time, so
txtCurrNodes
is actually a number from the past. The result is that for a few seconds, a new connection is initiated every 200 ms (refTimer
interval). In my test, dscm initiated 40 connections after I activated dscm-net.The text was updated successfully, but these errors were encountered: