Marc Gravell
Marc Gravell
@shacharPash I believe the snag on this one is the static -> virtual, which is a big change to make in a minor; in voice call, we discussed options here,...
"yes" and "probably not yet, later: definitely", in that order. On Sat, 15 Feb 2020, 20:52 Tristan Pratt, wrote: > Is this still on the table? Is there anything I...
You're right, this is a plain ol' bug. Needs attention in both `TryParseEndPoint` and `ToString(EndPoint)` (with tests); marking up-for-grabs, but if nobody jumps on it I'll try and give it...
where are those strings coming from? I may have been incorrect in my earlier statement; I'm concerned that we need to ensure that the strings are all entirely valid. Where...
OK; my thought here is that we should not consider this as a standard IP plus port syntax, as that is *not* a valid ip plus port syntax. Under RFC...
I'm very surprised by a queue of that length. Does the tooling indicate which field this is rooted by? I'm *presuming* that this is the "sent, pending result" queue, but:...
Thing is... I'm not sure it is wrong. It should still hit the local script cache against our endpoint instance, so once we've seen it load: it should switch to...
Is the server cert going to be in the automatic trust chain? If it is a private CA, that can be tweaked in code (redis labs works the same, IIRC)
Did your certificate error / validation code trigger at all?
Very hard to guess I'm afraid. You could try passing a StringWriter into the optional log parameter on connect, to see if anything useful gets recorded, but I suspect I'm...