You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there... I believe this has been the case for many years. The CDN location snippet provided on the JavaScript client page (https://www.eclipse.org/paho/clients/js/) is given as: <script src="https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.1/mqttws31.js" type="text/javascript"></script>
Hi there... I believe this has been the case for many years. The CDN location snippet provided on the JavaScript client page (https://www.eclipse.org/paho/clients/js/) is given as:
<script src="https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.1/mqttws31.js" type="text/javascript"></script>
This version is not the latest, it doesn't have the reconnect code in it. The online client utility https://www.eclipse.org/paho/clients/js/utility/ references a different library, located at: https://www.eclipse.org/paho/js/paho-mqtt.js
Could the CDN version be updated to the latest? Thank you.
The text was updated successfully, but these errors were encountered: