This commit is contained in:
Justin Bertram 2017-02-28 15:20:38 -06:00
commit 87d6c3500f
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ msg.saveOutputStream(someOutputStream);
ClientMessage msg2 = consumer.receive(...);
// This will not wait the transfer to finish
msg.setOutputStream(someOtherOutputStream);
msg2.setOutputStream(someOtherOutputStream);
```
Set the input stream when sending a core message: