| Subject: Comunication problem |
| Group: microsoft.public.windows.developer.winfx.sdk |
| Date: 8/30/2006 6:39:02 AM |
| From: =?Utf-8?B?RmVybmFuZG8=?= [Email Address Protection] |
I'm implementing a publisher/subscriber scenario over vb.net, with MCF. Sometimes I have some problems, when I tried to notify my clients, the error riased is a timeout, when the timeour is raised, the client is notified. My service is configured over netTPCBinding. ConcurrencyMode:=ConcurrencyMode.Multiple. My Intreface looks like <OperationContract(IsOneWay:=True)> Sub Notify(ByVal eventObj As EventObj) Thanks in advanced. |
| Back |