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
Most libraries offer a way to close connections/clients. Just curious if you intend on adding this or not? I saw a finalizer in connection for cleanup - is it just assumed to leave this to garbage collection?
Sometimes I create connections in go routines and drop them - I fear sharing these connections (race conditions), can I just let them get garbage collected or should a close function be created for the client to destroy everything gracefully?
The text was updated successfully, but these errors were encountered:
Most libraries offer a way to close connections/clients. Just curious if you intend on adding this or not? I saw a finalizer in connection for cleanup - is it just assumed to leave this to garbage collection?
Sometimes I create connections in go routines and drop them - I fear sharing these connections (race conditions), can I just let them get garbage collected or should a close function be created for the client to destroy everything gracefully?
The text was updated successfully, but these errors were encountered: