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
First, great job with this gem, it helped us a lot!
After the merge of #175 , it is possible to use the shutdown method to close the connections, but what about having a method where it is possible to pass a block which will close the connection after yield it?
Hi!
First, great job with this gem, it helped us a lot!
After the merge of #175 , it is possible to use the
shutdown
method to close the connections, but what about having a method where it is possible to pass a block which will close the connection after yield it?Example:
The implementation would be like this:
The code is not 100% correct, it is just to show the ideia.
If you agree, I can send a pull request with this.
Thank you!
The text was updated successfully, but these errors were encountered: