twonds / punjab

BOSH connection manager
MIT License
183 stars 49 forks source link

rid #44

Closed BaseMax closed 8 years ago

BaseMax commented 11 years ago

hi is it possible to avoid using rid sequence?

twonds commented 11 years ago

You could remove this but it would have negative side effects. Why are you considering this?

BaseMax commented 11 years ago

i cannot give rid correct sequence in each request, because sometimes request gets timedout so it makes confusion whether to continue with the current rid in next request or proceed with rid+1 if the rid is not in correct sequence sid gets expired .

so i want to get the streams only using sid and not want to give rid in each request.

what will be the negative side effects if i do remove this also please tell how to remove this rid?

thankyou.