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
Bunny::Transport was originally introduced to separate Bunny::Session, a part of the original 2009 design, from the 2 socket implementations (MRI, JRuby) x two socket types ("plain" TCP, TLS).
As of #701#702, this layer layer is likely unnecessary and Bunny::Transport can be merged with Bunny::Session.
Backwards Compatibility Considerations
c=Bunny.newc.transport.configure_socket |socket|
end
can be reimplemented by making Bunny::Session#transport return self.
The text was updated successfully, but these errors were encountered:
Bunny::Transport
was originally introduced to separateBunny::Session
, a part of the original 2009 design, from the 2 socket implementations (MRI, JRuby) x two socket types ("plain" TCP, TLS).As of #701 #702, this layer layer is likely unnecessary and
Bunny::Transport
can be merged withBunny::Session
.Backwards Compatibility Considerations
can be reimplemented by making
Bunny::Session#transport
returnself
.The text was updated successfully, but these errors were encountered: