Skip to content

Commit

Permalink
Merge pull request #10 from m-lab/sandbox-cristinaleon-secure
Browse files Browse the repository at this point in the history
Use secure connection
  • Loading branch information
cristinaleonr authored Aug 22, 2024
2 parents 61a46f2 + eab022e commit 8ff199a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@m-lab/packet-test",
"version": "0.0.12",
"version": "0.0.16",
"description": "",
"main": "src/pt.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
serverDiscovery: cb('serverDiscovery', userCallbacks),
serverChosen: cb('serverChosen', userCallbacks),
};
let protocol = 'ws';
let protocol = 'wss';
if (config && ('protocol' in config)) {
protocol = config.protocol;
}
Expand Down

0 comments on commit 8ff199a

Please sign in to comment.