We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0435c95 commit b7b79d8Copy full SHA for b7b79d8
packages/daf-trust-graph/src/service-controller.ts
@@ -56,7 +56,7 @@ export class TrustGraphServiceController implements ServiceController {
56
const wsClient = new SubscriptionClient(
57
wsUri,
58
{
59
- lazy: true,
+ lazy: false,
60
reconnect: true,
61
connectionParams: async () => {
62
const token = await this.getAuthToken()
0 commit comments