-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UTF-8 Issue with latest Protobuf version #177
Comments
some simple investigation reveals DHT keys, though typed as |
Yeah, we should probably change this. However, we want to use |
I dont know of such an option, but then, that doesn't mean much. I get why you'd want to use a string, but not sure it's possible... |
Protobuf with |
Hello, Is there a way to hotfix this without changing the protobuf version? |
Hi, I have a small demo project for
go-libp2p-examples
that I am working on, but I am getting the following error from this library (at commit0073e12019dfda0816c596ca03bd915e4b849d21
):I believe this might have something to do with a bug fixed recently over at the
go
protobuf implementation: issue herebasically, go-protobuf didn't enforce strings must be UTF, new versions do, and my theory is that something in this implementation sends a non-UTF string, somewhere in a protobuf during bootstrapping.
I have protobuf v3.6.0 installed.
The text was updated successfully, but these errors were encountered: