eclipse-agail / agile-sdk

JavaScript Agile IoT SDK
Eclipse Public License 2.0
2 stars 4 forks source link

fix unsubscribe #37

Closed cskiraly closed 6 years ago

cskiraly commented 6 years ago

Unsubscribe which was keeping the websocket open, leading to an accumulation of websocket connections. The correct was of unsubscribing from a subscription created by a websocket is to close the websocket.

@craig-mulligan, please check with agile-data @Exulansis, please check with agile-ui

cskiraly commented 6 years ago

It seems to me that the discovery status test fails because the test server is not updated. Could it be?