alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
156 stars 42 forks source link

Add getConnection Method to AlpacaStream #95

Closed tclare closed 2 years ago

tclare commented 2 years ago

This PR allows the underlying web socket to be retrieved. This allows the caller more control over the stream they have open with Alpaca.

117 commented 2 years ago

Will publish later today.