Replies: 3 comments
-
To ensure that quic over mqtt works on Debian 12 may, I tested nanomq to find that operating system is not a problem.
|
Beta Was this translation helpful? Give feedback.
-
And to ensure my emqx.conf file is configure correctly as shown below
I tested subscriptions against to prove it
However running the subscription on the command line in the testapp I created with rebar3 does not work
Here the contents of the emqtt script
This could mean that there could be dependencies missing in testapp rebar.config file. It looks like this
|
Beta Was this translation helpful? Give feedback.
-
I got emqtt:quic_connect/1 to work, but have no idea why it didn't work before. As I already state earlier in this discussion I'm using Erlang/OTP 27 hosted on Debian 12. The problem now emqtt:subscribe/3 - it doesn't return anything. Could someone in the emqtt group please test this code and let me know why emqtt:subscribe/3 does not return anything.
I'm asking because I was informed by
Essentially my com2.erl module is using "the minimal stuff", but with the host "192.168.178.33" instead. |
Beta Was this translation helpful? Give feedback.
-
I have cloned emqtt with quic over mqtt and successfully built it on my:
Yet when I run I run the emqtt:quic_connect/1 function it kills the emqtt process I started with emqtt:start_link/1.
Here is what I would like to know:
has emqtt been tested on
Erlang/OTP 27 [erts-15.1.2] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1]
Do I have any missing dependencies in rebar.conf file for a rebar3 project I created
You can examine how I am using these functions according the
#14452
com3.erl module below.
Beta Was this translation helpful? Give feedback.
All reactions