Hi Isomorphic,
We started working on upgrading Smart GWT from 5.0 to 6.1.
The com.isomorphic.rpc.RPCManagerCompletionCallback.onSuccess(..) method takes different parameter now.
Earlier it took RPCManager, but now it requires DSTransaction type.
May I ask, if all the requests (dsTransaction.getRequests()) under a DSTransaction object belong to the same RPCManager all the time?
Regards,
Zsolt
We started working on upgrading Smart GWT from 5.0 to 6.1.
The com.isomorphic.rpc.RPCManagerCompletionCallback.onSuccess(..) method takes different parameter now.
Earlier it took RPCManager, but now it requires DSTransaction type.
May I ask, if all the requests (dsTransaction.getRequests()) under a DSTransaction object belong to the same RPCManager all the time?
Regards,
Zsolt
Comment