Problem: Asynchronous remote call dispatching using UDP

RCF support and general discussion.
Post Reply
CarloLuongo
Posts: 1
Joined: Wed Jul 06, 2016 11:30 am

Problem: Asynchronous remote call dispatching using UDP

Post 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

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: Problem: Asynchronous remote call dispatching using UDP

Post by jarl »

Hi,

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

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

Post Reply