Closed NoelDeMartin closed 9 months ago
In a recent update #79, the wait method started rounding milliseconds to seconds and I'm not sure that it was intentional (after all, if the wait method is only supposed to take seconds, it should take an int $seconds argument instead).
wait
int $seconds
@NoelDeMartin sorry that you had to wait for such long time.
In a recent update #79, the
wait
method started rounding milliseconds to seconds and I'm not sure that it was intentional (after all, if thewait
method is only supposed to take seconds, it should take anint $seconds
argument instead).