anaisbetts / ModernHttpClient

HttpClient implementations that use platform-native HTTP clients for :rocket:
MIT License
657 stars 260 forks source link

Integration Problem #247

Open Florismart opened 7 years ago

Florismart commented 7 years ago

Hi, I just integrated Instabug SDK binding library to my Project that already uses ModernHttpClient. Problem is that http calls correctly works before Instabug initialization but they stopped working just after.

I already encountered this problem before and I solved convert all httpClient with ModernHttpClient but in this case, probably, Instabug SDK do something that I can not override. Problem is not Instabug specific SDK, problem is that once you start using ModernHttpClient you should always use this and sometimes it is not possible.

Any idea? Many Thanks