Driftt / drift-sdk-ios

Drift for iOS, for integrating Drift into your iOS application.
http://www.drift.com
MIT License
12 stars 17 forks source link

fix: socket auth decoding: decode org id as string #116

Closed RBasiev closed 2 years ago

RBasiev commented 3 years ago

Hi! We are using your SDK for about two years and it is great! I catched an error when object received from backed is not decoded: SocketAuth's 'org_id' field is Int, but backend returns is as String. As a workaround I changed this field to String and now it works. Can you have a look?