Skip to content

Commit

Permalink
fix: TG subscription connection params
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Dec 4, 2019
1 parent 0435c95 commit b7b79d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-trust-graph/src/service-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class TrustGraphServiceController implements ServiceController {
const wsClient = new SubscriptionClient(
wsUri,
{
lazy: true,
lazy: false,
reconnect: true,
connectionParams: async () => {
const token = await this.getAuthToken()
Expand Down

0 comments on commit b7b79d8

Please sign in to comment.