Hi,
we are using wcl library in a application for to transfer some data between two devices. Here one device send some information to other, and second device receives that information and after performing some operation, this device transmits some data to first device.
Basically it is a sync framework where two devices performs synchronization.
Previously we were using wcl library 6.9.1.0, and this was working perfectly without any issue. After upgrading the latest one 6.15.1.0, we started to face the timeout issues intermittently.
The difference i found while implementating the new library is, wclTransport type for wclOPPClient and wclOPPServer. Previously this was separate for client and server.
Need help on this.
Thanks.