Closed matthiggins closed 11 months ago
This PR allows for custom websocket urls in the WebsocketResource. This is a non-breaking change.
$socket = new WebsocketResource($topic, $apiKey, $socketUrl)
$socket->setSocketUrl($socketUrl)
LGTM -- thanks for sending this in. At some point we'll probably refactor this to have a pre-defined set but this works for now.
This PR allows for custom websocket urls in the WebsocketResource. This is a non-breaking change.
$socket = new WebsocketResource($topic, $apiKey, $socketUrl)
$socket->setSocketUrl($socketUrl)