Comparing version 0.6.10 to 0.6.11
{ | ||
"name": "knx.js", | ||
"version": "0.6.10", | ||
"version": "0.6.11", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -137,3 +137,6 @@ /** | ||
console.log("KnxReceiverTunneling: Received connection state response - No active connection with channel ID %s", knxDatagram.channel_id); | ||
this.connection.Disconnect(); | ||
new Promise(function (win) { | ||
this.connection.Disconnect(win); | ||
}.bind(this)).then(this.connection.Connect.bind(this.connection)); | ||
} | ||
@@ -140,0 +143,0 @@ |
65795
1315