walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.03k stars 2.25k forks source link

Fix Events library UV (only this can work with PHP Parallel thread li… #933

Closed webrobot1 closed 1 year ago

webrobot1 commented 1 year ago

Thу problem was in line 112 with flag EV_TIMER_ONCE (it was fixex value "1" and all once timers execute after 1ms)

Disscuss #923