Roy Lee
Roy Lee
Hm.. a re-run does perform closer to what it was. But no significant changes though. ``` 2022-06-09 18:30:16.146 [INF] MAIN: Version 0.0.0-local.0+787098e2a2f4692c7c3e6eab1a1ba25d00a54ae0 2022-06-09 18:34:43.958 [INF] CHAN: Loading block index... ```...
LGTM. Ideally, we'd like to fan out with multiple stratum connections(or clients), not multiple bridges. But the current codebase is not friendly to extend it that way. So I think...
Still have some fields to be populated in `RawMempoolVerbose`: https://github.com/lbryio/lbcd/blob/master/mempool/mempool.go#L1510-L1545
More context, please? What are the RPCs being used, and who uses them? Herald or app?
LGTM. Thanks, @cfreeman
It's a MTU exchange request, which we currently don't handle on the OS X port. In this case, the client (central) should fall back with the default MTU (23) or...
@bgentry That's sound nice. I looked at @flemay's branch, and it seems that some event IDs have been changed since Maverick. @flemay, are you interested in sending a rebased PR...
Hi Guys, Those event codes are reverse engineered by Noble/Bleno, and we're in debt to them :-) Not sure what's the best way to tell the OS X version yet,...
So the above code subscribed to your peripheral's characteristic, but you're not sure does your peripheral actually send notification? You can test your peripheral with your phone (I use LightBlue...
Not sure this is due to the event ID changes between OS X version, or it's because didn't handle "Indication" correctly. Since now I only have Yosemite, I'll see what's...