You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#640 makes sure qos/heartbeat/max channel are always unsigned, failing they are not. This is a breaking change though, a less drastic solution is required for 5.x and 4.x. An acceptable solution consists in setting the value to 0 or 65535 if it's out of range and issuing a warning.
The text was updated successfully, but these errors were encountered:
Sets the value to 0 or 65535 and issues a warning if it is out of range.
Fixes#642
(cherry picked from commit f2ea862)
Conflicts:
src/main/java/com/rabbitmq/client/ConnectionFactory.java
#640 makes sure qos/heartbeat/max channel are always unsigned, failing they are not. This is a breaking change though, a less drastic solution is required for 5.x and 4.x. An acceptable solution consists in setting the value to 0 or 65535 if it's out of range and issuing a warning.
The text was updated successfully, but these errors were encountered: