Skip to content

B1SLayer 1.0.2

Compare
Choose a tag to compare
@bgmulinari bgmulinari released this 25 Jan 15:30
· 84 commits to master since this release
  • Improved session management in multi-threaded scenarios
  • Removed the loginNow parameter from the SLConnection constructors as the current implementation was not ideal and could cause a deadlock
  • Alternativaly, the Login method was made public in case it's really needed to be called manually in some specific scenario
  • Fixed an issue with the exception handling in cases of a timeout
  • Added a new request method: GetAnonymousTypeAsync
  • Added a PostAsync overload without a parameter for cases when a POST request is made without a JSON body, e.g. when closing an order
  • Added the optional parameter unwrapCollection (default true) to the method GetAsync<T> in case the default behavior is not intended
  • Added some XML comments that were missing