Skip to content

Shared Memory update rate leads sometimes to crashes  #38

@RenCloud

Description

@RenCloud

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions