Created
March 22, 2013 02:09
-
-
Save kgadek/5218420 to your computer and use it in GitHub Desktop.
Propozycja rozwiązania dla https://github.com/kgadek/Amber/issues/9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extend amber.DriverMsg { | |
// DriverMsg.type = DriverMsg.MsgType.PING / DriverMsg.MsgType.PONG | |
optional KeepaliveMsg keepaliveMsg = 10; | |
} | |
message Keepalive { | |
optional uint32 time = 1; // epoch! czas wysłania | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment