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
From #222 - My only thoughts on enhancing the lib/wos_client.rb are around how to close the session automatically when the object is destroyed (so it doesn’t leave open sessions dangling). The problem can be pushed up to consumers to explicitly call the close_session. There are some patterns for auto-closing stuff that generally work with class methods, like File.open can take a block and then do stuff after the yield is done to clean up file handlers.
This issue can accumulate commentary about working on the new WoS SOAP API.
The text was updated successfully, but these errors were encountered: