Replies: 1 comment 1 reply
-
This line tells exactly what is wrong:
This is because your init function does this:
So instead of calling emqtt process, you call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi EMQX Team
I've created a gen_server module named com.erl to interact with emqtt functions. In the emqtt README.md file is stated that the clientId is the process Pid of the module being used to communicate with emqtt. So in my case com.erl
Unfortunately when I compile and run the module I get the following errors
Could someone who is currently involved in emqtt kindly run my module and let me know what I'm doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions