chowderhead
chowderhead
absolutely! thanks for response. Or maybe a flag that you can pass into the client that would disable reconnect. since it is by default set ?
Another library I saw has this: ```javascript turnOffStream() { let endpoints = this.binanceWs.websockets.subscriptions(); for (let endpoint in endpoints) { this.binanceWs.websockets.terminate(endpoint); } } ``` as well as the ability to pass...
@JesperLekland @WisaniShilumani can you elaborate on this example or send a gist? I'm having trouble recreating
wow @WisaniShilumani thank you for taking the time to respond to me! Your solution is really clever. I actually found a solution that is built in to the library, I...
Check stack overflow, you have to use linkedins rest API , and auth with 0auth2.0 from the backend
a fix for this would be awesome though
I noticed this same problem as well for mobile! tooltip is not appearing, touch event function is not firing.
@hodlerhacks Yup, i am able to get it to work using binance us: ```javascript let client = new WebsocketClient({ wsUrl: 'wss://stream.binance.us:9443', api_key: process.env.BINANCE_REAL_KEY, api_secret: process.env.BINANCE_REAL_SECRET, beautify: true }) ```
me too
@CoinCoderBuffalo cleaned secret is not working for my implementation ``` -> version 4.4.37 Coinbase Advanced ``` i tried to strip key and i get: ``` -> version 4.4.37 Coinbase Advanced...