I am using the 8.2 release build.
I have a subclassed RestDataSource. Having dropped SC8.2 into my application I am now seeing the log saying:
"Multiple RPCRequests with params attribute in one transaction - merging"
And the request is indeed sent out as a transaction. This never happened with the previous sc_18_10 power 8.1 nightly I was using.
I never want my requests to be queued as my server can't handle a queue. Is there a flag that I can set to prevent transactions from being auto generated?
Many thanks
Osirium
I have a subclassed RestDataSource. Having dropped SC8.2 into my application I am now seeing the log saying:
"Multiple RPCRequests with params attribute in one transaction - merging"
And the request is indeed sent out as a transaction. This never happened with the previous sc_18_10 power 8.1 nightly I was using.
I never want my requests to be queued as my server can't handle a queue. Is there a flag that I can set to prevent transactions from being auto generated?
Many thanks
Osirium
Comment