Skip to content
Snippets Groups Projects
Commit 2ab4ac3e authored by anttil's avatar anttil
Browse files

BIS-298 / SP-447: Bugfix to progress updates

SVN: 28068
parent cd89cbc9
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ class BidirectionalServiceMessenger ...@@ -140,7 +140,7 @@ class BidirectionalServiceMessenger
public synchronized void sendProgress(ProgressInfo progress) public synchronized void sendProgress(ProgressInfo progress)
{ {
responseMessenger.send(new ServiceMessage(conversationId, responseMessenger.send(new ServiceMessage(conversationId,
nextOutgoingMessageIndex(), false, progress)); nextOutgoingMessageIndex(), progress));
} }
@Override @Override
......
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