azure-contrib / socket.io-servicebus

socket.io store which uses Service Bus pub/sub for scale out
Apache License 2.0
30 stars 14 forks source link

Fix inconsistent results with presence in the sample #66

Open glennblock opened 11 years ago

glennblock commented 11 years ago

The behavior exhibited is that one socket.io instance does not see the list of connections from the other socket.io instance. In these cases the other instantly normally IS showing the full list.

Retry logic requesting the list of connected clients MAY solve this problem.

Dev Estimate: 8 Test Estimate: 3

christav commented 11 years ago

Noticed something while testing something else - store takes a little while to start up. Could we be trying to send & receive presence information before the store is actually ready / running?