Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 415 Bytes

2.3.39 - enable_unsafe_event.md

File metadata and controls

7 lines (4 loc) · 415 Bytes

enable_unsafe_event

swoole在配置dispatch_mode=1或3后,因为系统无法保证onConnect/onReceive/onClose的顺序,默认关闭了onConnect/onClose事件。

如果应用程序需要onConnect/onClose事件,并且能接受顺序问题可能带来的安全风险,可以通过设置enable_unsafe_eventtrue,启用onConnect/onClose事件

enable_unsafe_event配置在1.7.18以上版本可用