Skip to content

Commit b7b79d8

Browse files
committedDec 4, 2019
fix: TG subscription connection params
1 parent 0435c95 commit b7b79d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/daf-trust-graph/src/service-controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class TrustGraphServiceController implements ServiceController {
5656
const wsClient = new SubscriptionClient(
5757
wsUri,
5858
{
59-
lazy: true,
59+
lazy: false,
6060
reconnect: true,
6161
connectionParams: async () => {
6262
const token = await this.getAuthToken()

0 commit comments

Comments
 (0)