You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/client
Dan White 2f4207e833 mosquitto_pub: exit if broker actively refuses a connection
Fixes eclipse/mosquitto#1904

If the broker rejects the connection, as opposed to the broker being
down, then there is no hope to establish a connection.  This adds a
status flag so we can signal to the loop that we should just exit.

Signed-off-by: Dan White <dan.white@valpo.edu>
5 years ago
..
CMakeLists.txt Fix WITH_STATIC_LIBRARIES using CMake on Windows 6 years ago
Makefile Add `testing` target for compiling test client fixes. 6 years ago
client_props.c Fix conversion warnings in client code 6 years ago
client_shared.c Fix conversion warnings in client code 6 years ago
client_shared.h Fix conversion warnings in client code 6 years ago
pub_client.c mosquitto_pub: exit if broker actively refuses a connection 5 years ago
pub_shared.c mosquitto_pub: Close file on file too large. 5 years ago
pub_shared.h mosquitto_pub: exit if broker actively refuses a connection 5 years ago
pub_test_properties Helper test scripts for client properties. 7 years ago
rr_client.c All clients exit with an error exit code on CONNACK failure. 5 years ago
sub_client.c All clients exit with an error exit code on CONNACK failure. 5 years ago
sub_client_output.c Fix mosquitto_sub %j or %J not working on Windows. 5 years ago
sub_test_properties Helper test scripts for client properties. 7 years ago