We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaae01 commit 55d7116Copy full SHA for 55d7116
src/nodes/NodeConnectionManager.ts
@@ -33,6 +33,7 @@ import * as nodesPB from '../proto/js/polykey/v1/nodes/nodes_pb';
33
import { never, promise } from '../utils';
34
import { resolveHostnames } from '../network/utils';
35
36
+// TODO: finish off agent migration work after CLI migration is done.
37
// TODO: check all locking and add cancellation for it.
38
39
type ConnectionAndTimer = {
0 commit comments