Skip to content
Snippets Groups Projects
Verified Commit 23f0864d authored by akwizgran's avatar akwizgran
Browse files

Don't track invisible decline message.

parent c0dfe3e8
No related branches found
No related tags found
No related merge requests found
...@@ -365,9 +365,6 @@ class IntroduceeProtocolEngine ...@@ -365,9 +365,6 @@ class IntroduceeProtocolEngine
Message sent = Message sent =
sendDeclineMessage(txn, s, getLocalTimestamp(s), false); sendDeclineMessage(txn, s, getLocalTimestamp(s), false);
// Track the message
messageTracker.trackOutgoingMessage(txn, sent);
// Move back to START state // Move back to START state
return IntroduceeSession.clear(s, START, sent.getId(), return IntroduceeSession.clear(s, START, sent.getId(),
sent.getTimestamp(), m.getMessageId()); sent.getTimestamp(), m.getMessageId());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment