Thread: Sleep bug
View Single Post
  #1  
Old 02-07-2003, 04:25 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Sleep bug

Something for reminding myself:

the client-side sleep command is currently buggy when called inside functions - the callstack is not restored (it doesnt return to the position in the script where the function has been called),
and when called in an timeout-event (if (timeout) sleep xxx - it doesnt stop the code at the current position.
Reply With Quote