We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sometimes we observe Mosquitto server crashing, error message:
mosquitto: loop.c:489: loop_handle_reads_writes: Assertion `pollfds[context->pollfd_index].fd == context->sock' failed
Workaround: restart server
Used Docker image: https://github.com/toke/docker-mosquitto
The text was updated successfully, but these errors were encountered:
On the https://github.com/toke/docker-mosquitto there is a hint to move to the official Eclipse Mosquitto https://hub.docker.com/_/eclipse-mosquitto/
Sorry, something went wrong.
Changed docker-compose.yml (https://github.com/gost/docker-compose/blob/master/docker-compose.yml)
Image 'eclipse-mosquitto' is used instead of 'toke/mosquitto';
Mosquitto is configured using mosquitto.conf file (https://github.com/gost/docker-compose/blob/master/mosquitto.conf), for enabling websockets;
Testing: dashboard mqtt client is working, mosquitto_sub working, Mosquitto version 1.6.8.
Small drawback: both files (docker-compose.yml file + mosquitto.conf) are needed to get GOST running.
Todo: rollout/test on production server
No branches or pull requests
sometimes we observe Mosquitto server crashing, error message:
Workaround: restart server
Used Docker image: https://github.com/toke/docker-mosquitto
The text was updated successfully, but these errors were encountered: