Kucoin / kucoin-php-sdk

PHP SDK for KuCoin API.
https://docs.kucoin.com
MIT License
79 stars 41 forks source link

WebSocket #123

Closed bugbaal closed 2 years ago

bugbaal commented 2 years ago

Is there a way to add subscription without restart the call? In the same way the createUnsubscribeMessage does. Thanks

hhxsv5 commented 2 years ago

Please upgrade sdk to v1.1.27.

// Subscribe another channel
$ws->send(json_encode($api->createSubscribeMessage('/market/ticker:LTC-BTC')));