Open GoogleCodeExporter opened 8 years ago
It sounds like the publisher is exceeding the max message length of the
subscriber... On your subscribing RcfServer, add a line like this:
// Set max message size to 1 Mb.
subSvrPtr->getServerTransport().setMaxMessageLength(1024*1024);
, before starting any subscriptions.
A RcfServer will terminate a connection that exceeds the max message length
setting.
That would be why the subsequent publishing calls are not making it through
either.
Original comment by jarl.lin...@gmail.com
on 29 Sep 2009 at 3:17
Original comment by jarl.lin...@gmail.com
on 14 Feb 2010 at 9:16
Original issue reported on code.google.com by
arondan...@yahoo.com
on 25 Sep 2009 at 2:22