Oyatel / CometD.NET

CometD.NET is a C# client library for the Bayeux protocol
43 stars 34 forks source link

Publish after disconnect #9

Closed iainxt closed 13 years ago

iainxt commented 13 years ago

Hi,

I am using this client with Cometd, and I have noticed that sometimes the client publishes after it disconnects. I am using the example code, so I know it is publishing before it calls disconnect.

I have had a look at the code, however its currently over my head. Any ideas how this can happen?

Cheers,

Iain

magnusga commented 13 years ago

Hello,

I tested (and made a small update to) the example code (in README.TXT). It seems to work fine. Are there any long timeouts between your client and server? Are you using the java cometd-server?

Magnus.

grEvenX commented 13 years ago

Will close this bug missing a response. Please open it again if you have checked the questions in the last comment and still have issues.