• M
    Don't treat cancellation as an error · 97c753fa
    Matt Bierner 提交于
    **Problem**
    In the ts server communication, canceling a request currently throws an exception. This is wrong because  cancellation is not an error. It also means that we need to wrap every server call in a generic try catch to handle cancellation. There are no checks in place to distinquish a cancellation from a rea
    97c753fa
task.ts 8.3 KB