-
Notifications
You must be signed in to change notification settings - Fork 371
CloudeQueue.AddMessageAsync throws TaskCanceledException under dnx/colreclr 1.0.0-rc1-final #220
Comments
Thanks for reporting this. We're investigating. |
Hi @peterblazejewicz, just a quick question -- it seems you're using our Is this the case? Can we see your project.json file? If it is set up with |
@pemari-msft |
Yes, that seems like it’s the reason. The supported scenario here is to use CoreCLR to run cross platform. That’s one of the main selling points of that target. It’s unfortunate that your other dependencies are not supporting this, but for us this (regular .NET 4.0 code on OSX) is an unsupported scenario. It sounds as if (by using the sync code) you’ve found yourself a workaround. Please do let us know if you find any other issues. Best, Peter |
Thanks! I think I'll migrate cmd line app to use .NET core implementation for now. If ready, I'll just post a link for others here. |
That is related to preview version.
I've a simple problem when using CloudeQueue.AddMessageAsync on Mac OS X. It just times out with exception:
(really sorry for scarce debug information, but that is under OS X/Mono and I cannot configure it successfully yet with VSCode when custom libs are used in projects).
I can use the same method synchronous version without a problem:
I can replicate timeout exception by using custom Token with small cancellation interval.
Thanks!
The text was updated successfully, but these errors were encountered: