-
-
Save hitxiang/47cd4501aa3d9d74ef4ae2fcd9c58d38 to your computer and use it in GitHub Desktop.
Revisions
-
hitxiang revised this gist
Nov 5, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -11,5 +11,5 @@ The sequence of incoming message: - receive messages - logging of messages - fromAdmin/fromApp (fromCallback) - increase sequence number of receiver -
hitxiang created this gist
Nov 5, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ The sequence of outgoing message: - toAdmin/toApp - persist outgoing messages in messgestore(fileStore in our case) - increase sequence number of sender - logging of messages - send messages The sequence of incoming message: - receive messages - logging of messages - toAdmin/toApp (fromCallback) - increase sequence number of receiver