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
Hello,
the Swoole\Coroutine\Server documentations says
Differences from the Server module:
Dynamically creating and destroying - ports can be dynamically listened to, and servers can be dynamically closed during runtime.
The process of handling connections is fully synchronous, allowing programs to sequentially handle Connect, Receive, and Close events.
could you please give example for Swoole\Coroutine\Server how open/close new ports during runtime ?
Or example how to listen on multiple ports.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
the
Swoole\Coroutine\Server
documentations sayscould you please give example for
Swoole\Coroutine\Server
how open/close new ports during runtime ?Or example how to listen on multiple ports.
Thanks
The text was updated successfully, but these errors were encountered: