forked from nlhans/ets2-sdk-plugin
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed