Shared Memory update rate leads sometimes to crashes #38
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Currently the shared memory is updated every 25ms.
I think through the big size of 32kB this time can be sometimes to short. In older release where the size was 16kB this problems happens less or never.
There are some idea in addition to #34 to avoid this problem, but i need to look around for good ways to handle fast refreshing shared memory files in c#.
One idea was to use 2 shared memory files, but i think it would be better only to use one file and update only a part with high frequency and the rest with a lower frequency.
When you have some good ideas or good knowledge in shared memory files in c# it would nice if you share some of your ideas. It would be nice to get the data in a high update rate in c# and avoid crashes on startup.
The text was updated successfully, but these errors were encountered: