Fix protobuf def

This commit is contained in:
Franck Royer 2021-08-05 13:07:45 +10:00
parent f700367e62
commit a24e9c82c3
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ import protons from 'protons';
const proto = protons(`
message SimpleChatMessage {
float timestamp = 1;
uint64 timestamp = 1;
string text = 2;
}
`);
@ -180,7 +180,7 @@ import protons from 'protons';
const proto = protons(`
message SimpleChatMessage {
float timestamp = 1;
uint64 timestamp = 1;
string text = 2;
}
`);