funq-server doesn't bind to port
Opened this issue · 1 comments
viniciusd commented
Hello!
I am trying to run the basic commands from the README:
funq --host 0.0.0.0 --port 9000 YourApp
But I find that it is not binding to port 9000. There are no applications listening on that port.
Unfortunately, there are no warning or error messages from funq.
I am using a Mac.
Is it a known issue?
viniciusd commented
I acknowledge that the server is initialized at libFunq/funq.cpp, which uses qDebug for logging messages.
I tried running:
QT_LOGGING_RULES='*.debug=true' funq --host 0.0.0.0 --port 9000 YourApp
But I didn't get any log message from funq