-
On Windows 7 I cannot seem to get the debugger to work.
-
([From Andy](https://nitoasync.codeplex.com/discussions/578737)):
Firstly - thank you so much for your very useful library.
I am developing a WinRT app and using your NotifyTaskCompletion classes. …
-
Hi,
**Background**
I've a multi module system and every module has itsown DbContext. All the modules' DbContext inherits the base module DbContext which in turns inherits the AboZeroDbContext.
**Th…
-
Does it need ?
_tcs.TrySetResultWithBackgroundContinuations();
It can be expensive to call it frequently
-
I need to reset the event, but there isn't a Reset method like the normal AutoResetEvent has. Any reason for this?
-
I created an Mvvm.AsyncCommand and bound it as the Command of a button.
I got a null pointer exception in CanExecuteChanged_add, the _canExecuteChanged variable is null.
I am not sure how to use th…
-
@marto83 this from a client stating they cannot connect to Ably (well the channel):
```
Ably: [Debug] 04:38:44.995 #8 Protocol set to: MsgPack
Ably: [Debug] 04:38:44.996 #8 Initializing message encod…
-
**1st concern**
Because PE through ContextState now uses LogicalData (if no ambient HttpContext), data are carried among threads. This could be desired with async / await codes, or not with some conc…
-
I have the following code, which I want to timeout without throwing an exception via a cancelation token via waitAsync (This code runs a ton and we don't want a trillion exceptions thrown). The proble…
-
Apologies if I'm misusing the `AsyncProducerConsumerQueue`, but I'd like to be able to to access the Count property of the underlying `Queue` so that I can tell when all my async queues are empty. Is…