Search found 1 match
- Wed Jul 06, 2016 11:39 am
- Forum: Support - RCF
- Topic: Problem: Asynchronous remote call dispatching using UDP
- Replies: 1
- Views: 10601
Problem: Asynchronous remote call dispatching using UDP
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 ...