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
`[pollOnceForOurDisplayName] no snode in swarm for ${ed25519Str(pubkey.key)}`
998
996
);
@@ -1004,23 +1002,35 @@ export class SwarmPolling {
1004
1002
);
1005
1003
}
1006
1004
1007
-
// Note: always print something so we know if the polling is hanging
1008
-
window.log.info(
1009
-
`[onboarding] about to pollOnceForOurDisplayName of ${ed25519Str(pubkey.key)} from snode: ${ed25519Str(toPollFrom.pubkey_ed25519)} namespaces: ${[SnodeNamespaces.UserProfile]} `
// Note: always print something so we know if the polling is hanging
1008
+
window.log.info(
1009
+
`[onboarding] about to pollOnceForOurDisplayName of ${ed25519Str(pubkey.key)} from snode: ${ed25519Str(toPollFrom.pubkey_ed25519)} namespaces: ${[SnodeNamespaces.UserProfile]} `
0 commit comments