|
|
|
Fixed with change 1732 on 3.0.1.x SDK branch. Assuming that it'll be merge to SDK trunk/3.0.x by the SDK team?
Verifed. The easiest way to test this is to turn off all logging filters except for Client.* and Endpoint.FlexSession. When testing over the various channels you should only see one FlexClient instance get created when you connect to the endpoint. I used a messaging test app to test this and had a consumer subscribe over all of our channels with cookies disabled in my browser. Each time the Consumer subscribed I verified that only a single FlexClient, MessageClient and FlexSession got created. I also verified that when a Producer in the same app sent a message over the channel a new FlexClient didn't get created.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mete has a fix for this. Please assign to him. Thanks.