Page 1 of 1

Problem: Asynchronous remote call dispatching using UDP

Posted: Wed Jul 06, 2016 11:39 am
by CarloLuongo
Hi,
I've a bad dynamic cast exception if i allocate a RemoteCallContext object in a remote call using the UdpTransport protocol.
The problem is the cast at RemoteCallContext.cpp:

AsioNetworkSession & networkSession =
dynamic_cast<AsioNetworkSession &>(
mRcfSessionPtr->getNetworkSession());

There is a way to implement the Asynchronous remote call dispatching using UDP ?

Thanks a lot

Carlo

Re: Problem: Asynchronous remote call dispatching using UDP

Posted: Fri Jul 08, 2016 3:55 am
by jarl
Hi,

Asynchronous call dispatching is currently not supported for the UDP transport... We are looking at implementing this in the next version.