Tiago

Results 105 comments of Tiago

In case it helps anyone else, an adaptation of this worked for me: https://github.com/nestjs/docs.nestjs.com/issues/394#issuecomment-582161405

> > In case it helps anyone else, an adaptation of this worked for me: [nestjs/docs.nestjs.com#394 (comment)](https://github.com/nestjs/docs.nestjs.com/issues/394#issuecomment-582161405) > > Do you possibly still have that code around and could share...

Admittedly not the most intuitive (or documented) at the moment, and more complicated since bybit's spot functionality is very different to the rest...unfortunately. Under the hood, the subscribePublicSpotV1Kline method sends...

> I actually would rather work with the linear market since that is where I'm focusing my efforts but their docs claim that the push interval is anywhere between 1-60s...

Agree! Would love some contributions to help flesh that out. Take a look at my binance connector for inspiration on one way to approach it, as that has much more...

> I found `retry-after` in `headers` in `error` object. This issue can be closed! Interesting, what would make this more intuitive? Adding `retry-after` tracking to the `getRateLimitStates()`? Would love to...

> There is a pull request about it (open) #225 This PR changes some websocket response types from the beautifier (which imo don't need to be updated). Consistency is nice,...

> What about having cummulativeQuoteQty?, with the question mark, so at least the type is accepting both without using the ng-ignore. Same just a though not sure it is a...

Hi, Is this on the first attempt (and it never works)? Or does this just happen sometimes? All my websocket clients (in all my connectors) have a hearthbeat-reconnect mechanism. They...

In my experience it's normal to see this sometimes. It's only a concern if it starts to happen over and over again over longer periods of time. As I said,...