You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
一般来说Swoole下一个socket只能在一个协程写,一个协程读。
当然大多数情况下直接使用连接池就可以了,不用太关心这个限制。
但是,在需要保持事务、http2等特殊情况下,是必须使用一个连接的。
通过一层封装我们可以使单一连接变得协程安全。
示例中隐去了错误处理。
Beta Was this translation helpful? Give feedback.
All reactions