php
swoole:
what caused the 400Bad Request error? is it related to the request header? if so, how should it be set?
php
swoole:
what caused the 400Bad Request error? is it related to the request header? if so, how should it be set?
- cannot directly use
swoole_clientto communicate withWebSocketserver,swoole_clientisTCPclient- must implement
provided byWebSocketprotocol to communicate withWebSocketserver. You can usePHP WebSocketclientswoole/framework.