Marc Gravell
Marc Gravell
Received; the project had a lot of moving parts, and I was unable to get it running conveniently in a profilable state, so for the purposes of investigation, I simplified...
Side note: the `async` in your original code is dangerous; it isn't obvious, but that's actually an `async void`, which is never a good idea. There is an alternative API...
Yes, this is indeed a limitation currently. We should *probably* add an API that allows a `ReadOnlyMemory` (etc) instead of just a `RedisValue[]` (for both the sync and async APIs;...
See StringGetLease - that's similar but related, has overlapping API surface
Hi. No, AFAIK nothing has happened here yet. Partly because I had coronavirus and was wiped out for many weeks. I will ping heroku and see if they can provide...
Lol, their support site won't even let me contact them about such an endpoint without paying them first. Still working on it. On Mon, 15 Mar 2021, 00:13 Aamir Mulla,...
I'm assuming that this is really about disabling certificate validation, in which case... I would advise caution. The "real" answer here is for heroku to use proper trust chain certificates,...
I have now managed to get in contact with someone re getting access to a test / validation endpoint; maybe we can make this more automatic (and secure).
Well, without detailed analysis it is hard to speculate what might be happening there, but by coincidence *today* I started work on an overhaul of the transport layer, so I...
Not really. As I say: I'm literally tearing the guts out of that code right now, so I'm not going to propose any interim investigation or changes - the code...