show/hide this revision's text 2 Found that I was wrong and it works

I used the PollingDuplex for SL2 and I think that it's not ready for production yet.

My main issue is the fact that it doesn't discriminate on the clients on the same machine. If I run 2 clients then one of them won't be able to poll the server anymore and will die of timeout. There is a SessionId that is different for the 2 clients but it's just ignored on the client side.

Likewise, if I kill a client and then create a new one afterwards then the new client will get the push updates from the previous client for a while.

Did anyone encounter the same issues or are they fixed in SL3?

Actually I ran some more demo codes and realised that for some reason you have to specify the InstanceContextMode and InstanceMode so that the service is session based and not a singleton (as far as I can tell). There are clear performance issues in the simple demo code that I pulled.

It is quite unfortunate that this behaviour wasn't documented.

show/hide this revision's text 1

I used the PollingDuplex for SL2 and I think that it's not ready for production yet.

My main issue is the fact that it doesn't discriminate on the clients on the same machine. If I run 2 clients then one of them won't be able to poll the server anymore and will die of timeout. There is a SessionId that is different for the 2 clients but it's just ignored on the client side.

Likewise, if I kill a client and then create a new one afterwards then the new client will get the push updates from the previous client for a while.

Did anyone encounter the same issues or are they fixed in SL3?