< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
I suspect you are using version 0.9,
correct? There was a problem fixed after that release with ensuring the random
number generator is seeded for each thread – this applies to windows
only. You have three options: 1. In your application ensure that you
seed the random number generator for every thread that uses resiprocate. 2. Get the latest resip code from SVN. 3. Grab the latest Random.cxx from SVN
and use it with 0.9 release. Scott From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of jennifer mackay It appears as though our call id’s
are not unique. Has anyone run into a similar problem using the reciprocate
library under Windows? I’m thinking there’s a problem with the
random number generating code used when reciprocate runs under Windows. I have to
look further into this, but if anyone out there has run into a similar problem
and/or has a solution, that would be of great benefit. Thanks, Jennifer MacKay |