Thursday, November 23, 2006

Implicit UseSynchronizationContext==true may lead to deadlocks ...

Today I found a little gem on Mahjayar's blog on the use of CallbackBehavior and UseSynchronizationContext. Basically, if you have a duplex contract you might want to switch off UseSynchronization context, particularly if the client is WinForms (or WPF), or you might end up with deadlocks.

Technorati tags:

No comments: