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:
Korina Cordero 2020-08-14 09:17:36 +00:00
commit 5de7410cb4

View file

@ -12,7 +12,7 @@ class MapEventHandler {
this.mqtt = new Paho.MQTT.Client(host, port, client_id);
var options = {
//useSSL: this.ssl,
useSSL: this.ssl,
timeout: 3,
invocationContext: this,
onSuccess: this.onConnect.bind(this),