Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong time unit in Service->delay()
The delay() method misinterpreted its parameter as number in second while the value passed in are usually in millisecond. This bug contributes to TCP `CLOSE_WAIT` issues on the server side when request is corrupted or exception occurs.
- Loading branch information