Closed iggyvolz closed 2 years ago
CancellationToken
Cancellation
coroutine()
async()
send(): Future
send(): void
Depends on amphp/websocket#7
Manually merged as https://github.com/amphp/websocket-client/commit/fa079519284a910febb3c354f6061def84f8e617. Thanks!
CancellationToken
=>Cancellation
,coroutine()
=>async()
as per https://github.com/amphp/amp/releases/tag/v3.0.0-beta.1send(): Future
=>send(): void
as per amphp/http-server#325Depends on amphp/websocket#7