Skip to content

Commit

Permalink
skip Size() for now
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Feb 11, 2025
1 parent 6e37438 commit b9e206c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ type MessageBody interface {
ProtoMessage()
Reset()
String() string
Size() int
// Size() int
}

// DecodeMessage decodes raw message bytes into a specific type that satisfies
Expand Down

0 comments on commit b9e206c

Please sign in to comment.