HubspotCommunity / hubspot-ruby

Ruby wrappers for the HubSpot REST API
https://developers.hubspot.com/docs/endpoints
MIT License
190 stars 257 forks source link

Make configuration thread safe #239

Closed danielwestendorf closed 1 year ago

danielwestendorf commented 1 year ago

This gem is not thread safe due to how configs and authorization headers are stored.

Based on #238 and #237