Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared Memory update rate leads sometimes to crashes #38

Closed
RenCloud opened this issue Aug 4, 2019 · 1 comment
Closed

Shared Memory update rate leads sometimes to crashes #38

RenCloud opened this issue Aug 4, 2019 · 1 comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@RenCloud
Copy link
Owner

RenCloud commented Aug 4, 2019

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.

@RenCloud RenCloud added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Aug 4, 2019
@RenCloud RenCloud mentioned this issue Jun 22, 2021
18 tasks
@RenCloud RenCloud removed this from the V. 1.11.x (update c++/pre Linux) milestone Jan 17, 2022
@RenCloud
Copy link
Owner Author

RenCloud commented Mar 6, 2022

Closed due to coming change #91, will be fixed with dynamic size of string/arrays and subscriber pattern

@RenCloud RenCloud closed this as completed Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant