bytebeamio / rumqtt

The MQTT ecosystem in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rumqttc: port number is not used in websockets connection

Vilayat-Ali opened this issue · comments

Expected Behavior

Port number should be derived from the mqttoptions and not the broker address.

Current Behavior

Port number is derived from the broker address and not mqttoptions.

There is currently an open issue for this, see #270