intelligentplant / AppStoreConnect.Adapters

Allows Intelligent Plant App Store Connect to query 3rd party systems
https://appstore.intelligentplant.com
MIT License
0 stars 0 forks source link

Cancellation token creation improvements in AdapterCore #382

Closed wazzamatazz closed 4 months ago

wazzamatazz commented 4 months ago

This PR modifies AdapterCore as follows:

The first two items above are to avoid ObjectDisposedExceptions when e.g. StopToken is accessed after its source has been disposed.