-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
If I'm trying to write simple integer types like Long or Int I get the com.google.protobuf.InvalidProtocolBufferException error
import pbdirect._
1L.toPBresults to
com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length.
On the contrary "foobar".toPB or Array[Byte](1, 2, 3).toPB are working fine, it's quite confusing.
It should print something meaningful, or the implicit extension .toPb just shouldn't exists for these types.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels