We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e100e commit b7e2d3dCopy full SHA for b7e2d3d
test/broker/06-bridge-remap-receive-wildcard.py
@@ -77,7 +77,7 @@ def do_test(proto_ver):
77
#bridge.send(bytes.fromhex("320c00062b2b2b2b2b2b00040033"))
78
79
mosq_test.do_ping(bridge)
80
- except ConnectionResetError:
+ except (ConnectionResetError, BrokenPipeError):
81
#expected behaviour
82
rc = 0
83
0 commit comments