Bug report
Crash using interceptors

Versions
Please fill in the versions you're currently using:
apollo-ios SDK version: 0.36.0
- Swift version: 5.3
Steps to reproduce
I have TokenAddingInterceptor that retrieves token from server and asynchronously calls chain.proceedAsync. I have check for TokenAddingInterceptor being released to not call up the chain on dealloc, so that's not the case.
Bug report
Crash using interceptors
Versions
Please fill in the versions you're currently using:
apollo-iosSDK version: 0.36.0Steps to reproduce
I have TokenAddingInterceptor that retrieves token from server and asynchronously calls
chain.proceedAsync. I have check for TokenAddingInterceptor being released to not call up the chain on dealloc, so that's not the case.