You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an issue with BatchHandler when we try to send multiples requests in TrippinMemory Web api like.
We have this service in WebConfig:
ODataBatchHandler myappsBatchHandler = new MyAppsBatchHandler(GlobalConfiguration.DefaultServer);
myappsBatchHandler.ODataRouteName = routeName;
services.AddSingleton(myappsBatchHandler);
BatchHandler is the same as trippin memory sample.
If we update one value in the batch, no problem (operation != null), but when we would like update multiple values (changeset != null) , we have no response, batch is pending.
Instead, data are always updated in the database with EF6.
Dear all,
Hope you are fine.
We have an issue with BatchHandler when we try to send multiples requests in TrippinMemory Web api like.
We have this service in WebConfig:
BatchHandler is the same as trippin memory sample.
If we update one value in the batch, no problem (operation != null), but when we would like update multiple values (changeset != null) , we have no response, batch is pending.
Instead, data are always updated in the database with EF6.
We put the lastet update, but no change.
This payload work:
This does not send response:
Hope you can help us to solve this issue.
Kind regards guys, and congrat for this good job !
The text was updated successfully, but these errors were encountered: