dazinator / NetPack

.Net Core library, for runtime processing of static files such as typescript, js, css etc.
13 stars 2 forks source link

Cancellation Token expired exception when editing a file in watch mode #31

Closed dazinator closed 6 years ago

dazinator commented 6 years ago

When netpack is watching a file, and you make a change, it triggers the pipe to reprocess, however during this I am seeing issues with the cancellation token. Needs debugging and fixing.