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
I believe the problem is that this line is called a second time, when @socket already is a Bunny::SSLSocketImpl instead of a Bunny::Socket as it is the first time (only a Socket is accepted by OpenSSL::SSL::SSLSocket#new).
The text was updated successfully, but these errors were encountered:
This is sometimes raised when connecting with TLS.
I believe the problem is that this line is called a second time, when
@socket
already is aBunny::SSLSocketImpl
instead of aBunny::Socket
as it is the first time (only aSocket
is accepted byOpenSSL::SSL::SSLSocket#new
).The text was updated successfully, but these errors were encountered: