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_client
to communicate withWebSocket
server,swoole_client
isTCP
client- must implement
provided byWebSocket
protocol to communicate withWebSocket
server. You can usePHP WebSocket
clientswoole/framework
.