You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to minifb
Hi,
I've noticed that time.time() is used to set call_id. The Python docs
say that this function may not always have a better precision that one
second. If this was the case it is feasible that call_id may be the
same value for 2 or more calls. Perhaps it would be better to use
time.clock() which gives more accuracy?
Regards,
Will McGugan
peteshinners
unread,
Feb 1, 2008, 9:02:24 PM2/1/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to minifb
Sounds like a good and easy fix. Does it seem like time.clock() would
be better than just keeping a global counter incrememted on each call?