Merge branch '466-cmb-rider-name-label' into '424-cmb-release'
Uncomment SSL. #466 See merge request jankstudio/resq!547
This commit is contained in:
commit
5de7410cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class MapEventHandler {
|
||||||
|
|
||||||
this.mqtt = new Paho.MQTT.Client(host, port, client_id);
|
this.mqtt = new Paho.MQTT.Client(host, port, client_id);
|
||||||
var options = {
|
var options = {
|
||||||
//useSSL: this.ssl,
|
useSSL: this.ssl,
|
||||||
timeout: 3,
|
timeout: 3,
|
||||||
invocationContext: this,
|
invocationContext: this,
|
||||||
onSuccess: this.onConnect.bind(this),
|
onSuccess: this.onConnect.bind(this),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue