PushItemsAsync() - SendItemWasPushedEvent sending ItemId as TableName #721
-
I am trying to use the DataSync library in a custom implementation with LiteDB and MongoDB. The SendItemWasPushedEvent in PushItemsAsync() in SyncContext.cs is sending the tableName when ParallelOperations is set to 1 but it is sending the ItemId as a TableName when ParallelOperations != 1. How come? Would it be possible to send the intended tableName value in all cases? Setting ParallelOperations in PushOptions gets around the issue but it is truly a workaround for now. `csharp
` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Feels like a bug to me. I'm going to transition this to an issue and will investigate. |
Beta Was this translation helpful? Give feedback.
-
Perfect! Thanks for the prompt response. |
Beta Was this translation helpful? Give feedback.
Feels like a bug to me. I'm going to transition this to an issue and will investigate.