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
If we add IPV6 as host for connection it doesn't work, cause it parses address badly ending up with
WARN -- #<Bunny::Session:0x4d287b0 guest@2001:0, vhost=/, addresses=[2001:db8:fd00:1000::10]>: Could not establish TCP connection to 2001:0: Invalid argument - connect(2) for 0.0.7.209
If we add IPV6 as host for connection it doesn't work, cause it parses address badly ending up with
WARN -- #<Bunny::Session:0x4d287b0 guest@2001:0, vhost=/, addresses=[2001:db8:fd00:1000::10]>: Could not establish TCP connection to 2001:0: Invalid argument - connect(2) for 0.0.7.209
I assume it's because of this code
bunny/lib/bunny/session.rb
Line 800 in dcf5c48
It parses last :
The text was updated successfully, but these errors were encountered: