sbtinstruments / aiomqtt

The idiomatic asyncio MQTT client, wrapped around paho-mqtt
https://sbtinstruments.github.io/aiomqtt
BSD 3-Clause "New" or "Revised" License
393 stars 71 forks source link

Add test for websocket #218

Open wasdee opened 1 year ago

wasdee commented 1 year ago

Add test for websocket

frederikaalund commented 1 year ago

Hi Nutchanon Ninyawee, thanks for opening this issue. 👍 Let me have a look. :)

I agree that it's a good idea to add a test for WebSocket based connections. I invite anyone to do this via a PR. 👍

empicano commented 6 months ago

Hi there!

We have a test case for websockets now 😋 Do you think there's anything more that we should test around websockets?

Arcaneing commented 6 months ago

Hi there!

We have a test case for websockets now 😋 Do you think there's anything more that we should test around websockets?

i think we need add test for websocket over tls.the safe is very importance.I wish it could connect to wss://xxx.xx.xxx/mqtt, but it seems that pypi's configuration is invalid