Skip to content

Commit

Permalink
Merge pull request #191 from lmcquade/master
Browse files Browse the repository at this point in the history
Fix issue with socket.io connections failing. Closes #189
  • Loading branch information
shamoon committed Feb 24, 2021
2 parents 5750a11 + 3dccd2a commit 65ef71f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/simplisafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,8 @@ class SimpliSafe3 {
ns: `/v1/user/${userId}`,
accessToken: this.token
},
transports: ['websocket', 'polling']
transports: ['websocket', 'polling'],
pfx: []
});

// for debugging, we only want one of these listeners
Expand Down

0 comments on commit 65ef71f

Please sign in to comment.