mosquitto/client
Dan White a65242d74a 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>
2020-11-18 15:42:35 +00:00
..
args.txt New dynamic security plugin. 2020-10-27 00:54:55 +00:00
client_props.c Fix conversion warnings in client code 2020-04-16 23:26:14 +01:00
client_shared.c Clients: Give warning if keepalive too low. 2020-11-03 09:51:28 +00:00
client_shared.h Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
CMakeLists.txt New dynamic security plugin. 2020-10-27 00:54:55 +00:00
Makefile Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
pub_client.c mosquitto_pub: exit if broker actively refuses a connection 2020-11-18 15:42:35 +00:00
pub_shared.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
pub_shared.h mosquitto_pub: exit if broker actively refuses a connection 2020-11-18 15:42:35 +00:00
pub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00
rr_client.c Fix description of -e and -t arguments in mosquitto_rr. 2020-11-07 23:11:55 +00:00
sub_client_output.c Fix conversion errors. 2020-10-17 01:23:08 +01:00
sub_client_output.h Add --random-filter to mosquitto_sub. 2020-03-03 14:12:30 +00:00
sub_client.c Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
sub_test_fixed_width mosquitto_sub now supports extra format specifiers. 2020-08-28 22:23:22 +01:00
sub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00