Jon Skeet

Results 773 comments of Jon Skeet

Not yet. I started, but had to move onto other things. I'll come back to it when I can.

I've started looking now, mostly at the class/interface hierarchy around messages and parsers. Are there reasons why we need to have a single parser for both, rather than having an...

We can't just start removing classes from the hierarchy without that being a breaking change requiring a new major version - that's simply not going to happen. We could build...

There's a lot we might consider for the next major version, but I wouldn't personally expect that to be before 2020.

I'm interested, but I have very little time - protobuf is only a very small part of my work these days, I'm afraid. I don't know when I'll have time...

I've just been looking into this more - I've reproduced it by: - Starting a new project with VS 17.3.0 (stable version) - Adding four images to Resources/Images: home.png, home.svg,...

> Note: that when using C++ client for reference, there it decode data properly every time ! > so this means the server send that data serailized data correctly !...

@obi0ne: Any updates on this? (Without any more information, I'll probably close this issue some time next week.)

That's great, thanks. (I won't be working on Sunday or Monday, but I'll look on Tuesday.) If you're able to include sample output data files so that I don't need...

It's possible - hard for me to say, to be honest. Are you able to reproduce with a C# gRPC server and client? If it has to be a C++...