You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protobuf encodes default values, e.g., 0 for number, "" for string,
as empty payload and we wouldn't send empty payload to a receiver.
This commit change the method of empty message detecting.
Fixes#169Fixes#207
Signed-off-by: Tim Zhang <[email protected]>
0 commit comments