Skip to content

Instantly share code, notes, and snippets.

@Elvis10ten
Created August 9, 2020 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elvis10ten/9ad7fce10a086bdde75da8801a02ef45 to your computer and use it in GitHub Desktop.
Save Elvis10ten/9ad7fce10a086bdde75da8801a02ef45 to your computer and use it in GitHub Desktop.
@Serializable
class SessionPacket(
@ProtoId(1)
val payload: ByteArray,
@ProtoId(2)
val sequenceNumber: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment