Skip to content

Commit 1f2d406

Browse files
author
Yoseph Maguire
committed
fix: url in test
1 parent be50f07 commit 1f2d406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/wss/client_with_proxy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict'
22

33
var mqtt = require('mqtt')
4+
var url = require('url')
45
var HttpsProxyAgent = require('https-proxy-agent')
56
/*
67
host: host of the endpoint you want to connect e.g. my.mqqt.host.com

0 commit comments

Comments
 (0)