fsprojects / Amazon.SimpleWorkflow.Extensions

Extensions to AmazonSDK's SimpleWorkflow capabilities to make it more intuitive to use
http://fsprojects.github.io/Amazon.SimpleWorkflow.Extensions
MIT License
16 stars 10 forks source link

CancellationSource already disposed exception #7

Closed theburningmonk closed 11 years ago

theburningmonk commented 11 years ago

...killing the process, not great..

theburningmonk commented 11 years ago

the bug was calling cts.Dispose() instead of cts.Cancel()