Recent

Author Topic: MultiLog IPC issues  (Read 1189 times)

lainz

  • Hero Member
  • *****
  • Posts: 4743
  • Web, Desktop & Android developer
    • https://lainz.github.io/
MultiLog IPC issues
« on: February 12, 2021, 03:44:09 pm »
Hi, we send data to another application using MultiLog IPC and we have some issues:

- The data is not sent at the moment, for example we register sales methods, procedures and functions, when a sale is done, it must wait for another sale to send the previous data, like all the data is not sent when it occurs, like this:

we do sale 1, it logs (unfinished)

Sale 1 - method 1

then we do sale 2, it logs sale 1 (last part) and sale 2 (partially)

Sale 1 - method 2
Sale 2 - method 1

then we do sale 3, it logs sale 2 (last part) and sale 3 (partially)

Sale 2 - method 2
Sale 3 - method 1

- The data in the target application is duplicated, sometimes 2 times, sometimes 4 times or more (with exact date time), like this:

Quote
Data 1
Data 1
Data 2
Data 2
Data 2
Data 2

 

TinyPortal © 2005-2018