StalkR / Space-Engineers-Asteroid-Ores

A plugin to better control ores in asteroids
Apache License 2.0
1 stars 2 forks source link

Server connection lost #10

Closed Sardaukai closed 4 months ago

Sardaukai commented 5 months ago

Hey, since the last update we got a problem.

If one fly at space everyone at the server gets connection problems.

Voxels gets generated fine but it simply takes to much server time. Servers idle time is about 6ms/f

I think there is a bad check which takes to much time and causes a lot of trouble. Maybe we can tune that a bit and rollback to old till fixed?

StalkR commented 5 months ago

Hey, thanks for the report. I'm not sure what's the issue exactly, but I have some ideas. I've reworked the code and pushed a new mod update, does it fix the issues you've observed?

It goes without saying, make sure you have the latest plugin release, currently 0.5.1, and mods up to date. It's important because previously plugin was communicating with the mod but not anymore, which is also a reason why a rollback isn't easily possible. It will be better going forward with plugin/mod now well separated.

Sardaukai commented 4 months ago

Great, we will check it.

The mod is added to our server modlist and updated.

Sardaukai commented 4 months ago

Issue is fixed, thanks a lot !!

Do you also fixed the spectator bug?

StalkR commented 4 months ago

great! yes spectator bug (#3) is also fixed