Details
Description
Link stealing with existing clientid doesn't work for MQTT WS.
As per MQTT definition, same clientID should replace existing connection.
Simple testing:
Connect with MQTT WS client library ( Eclipse Paho JS) and connect-disconnect multiple times.
It will give error of client already connected.