codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
260 stars 58 forks source link

MQTT over QUIC Protocol #112

Closed sohanpatil1 closed 1 year ago

sohanpatil1 commented 1 year ago

I am trying to use this package for sending messages using QUIC. I have the client in one docker container and EMQX in another container within docker compose. How do I connect the two together? I am using this repo which I believe is the same as your repo. What link do I need to replace it with if I need to send it as mqtt-quic? I tried "mqtt-quic://EMQX:14567" where EMQX is the service name but it does not work. Why? Anything helps! Thanks in advance.

sohanpatil1 commented 1 year ago

Does this package work with MQTT-QUIC?