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
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
Add token for WebTransport in the response of join.
No update for tests for portal because it looks like no check in or
night testing is running the test code, and some cases are failed in my
development environment.
Copy file name to clipboardExpand all lines: source/agent/index.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,10 @@ var joinCluster = function (on_ok) {
93
93
purpose: myPurpose,
94
94
clusterName: config.cluster.name,
95
95
joinRetry: config.cluster.worker.join_retry,
96
+
// Cannot find a defination about |info|. It looks like it will be used by cluster manager, but agents and portal may have different properties of |info|.
0 commit comments