eclipse-sparkplug / sparkplug

Sparkplug
Eclipse Public License 2.0
109 stars 39 forks source link

Allow the keepalive interval for the web console to be set #466 and fix aware test #478 #486

Closed icraggs-sparkplug closed 11 months ago

icraggs-sparkplug commented 11 months ago

The web console gets disconnected in Bryce's use case because (I assume) putting the browser tab into the background stops the keepalive messages being sent and received. This update allows the keepalive for the web console MQTT client to be changed - lengthened or switched off entirely (by setting to 0), which may be a workaround.

Also, fixing the Sparkplug Aware broker test.