Don't you hate it when that happens?!?!?!

Can you call your server in a background thread?  Then your callback can
simply use delegates to update the UI.

...Glenn

On Thu, Oct 30, 2008 at 8:41 AM, mr.tim.long <[EMAIL PROTECTED]> wrote:

>
> Turns out the problem wasn't the duplex communication after all.
> My callback was trying to write to the UI, but that thread was being
> used call the server, so it was blocking there.
>
> I solved the problem by decorating the callback class with
> [CallbackBehaviour(UseSynchronizationContext=false)] and writing to
> the UI differently.
>
> Thanks anyway,
> Tim
>

Reply via email to