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
I have tried a simple test as follows on a Mac with the go1.11.5:
Start the broker: go run main.go -p 8888
Start a subscriber: mosquitto_sub -h localhost -p 8888 -t 'test/room' -v
Publish messages: mosquitto_pub -h localhost -p 8888 -t 'test/room' -m "$(date)"
Results are that only every third of fourth message are displayed on the subscribe window.
The mosquitto package is on a Mac: mosquitto_pub version 1.5.4 running on libmosquitto 1.5.4.
The text was updated successfully, but these errors were encountered:
thank you for you requestion, I have try to fix it in master when broker receive publish message and disconnect message.
Sorry, something went wrong.
No branches or pull requests
I have tried a simple test as follows on a Mac with the go1.11.5:
Start the broker:
go run main.go -p 8888
Start a subscriber:
mosquitto_sub -h localhost -p 8888 -t 'test/room' -v
Publish messages:
mosquitto_pub -h localhost -p 8888 -t 'test/room' -m "$(date)"
Results are that only every third of fourth message are displayed on the subscribe window.
The mosquitto package is on a Mac:
mosquitto_pub version 1.5.4 running on libmosquitto 1.5.4.
The text was updated successfully, but these errors were encountered: