From: <mod...@li...> - 2005-01-16 18:39:31
|
Hi Rohit, =20 Sorry, but I'm going to be busy for this week, so I won't get a chance to look at it. But here are some tips that will get you going: =20 The reason IsConneced and EnsureConnected always return true is that ultimately the connector's members delegate to the transport. Since it is always possible to create a transport in your scenario, it will always return true. You may want to debug into Transport.cpp, Transport::Connect() and see that all it is doing is setting up the HTTP transport. =20 I never tried subscribing to the same kn_id multiple times. You may want to debug into Connector::Subscribe to see where it locks up. =20 Tommy ________________________________ From: mod...@li... [mailto:mod...@li...]=20 Sent: Friday, January 14, 2005 4:01 AM To: Pubsub (E-mail) Subject: [Mod-pubsub-developer] .Net connector IsConnected does not seem to work Hi All,=20 The IsConnected and EnsureConnected calls in the .Net connector always return true as does the Open call, even if the pubsub server is not running. This is true even after publish/ subscribe have been invoked on this connection. Is this a bug or are we supposed to do something else ? The other problem is that calling Subscribe, with the same kn_id as was used in an earlier successful Subscribe call, does not return. The request status handler also isn't invoked and as far as I can make out the call doesn't reach the pubsub server as well. Regards,=20 Rohit Khetan.=20 This message is free from Virus - IMSS =09 |