Protocol mismatch after recent Rust update

Hi!
After the latest Rust update I cannot join my server on localhost anymore. I'm getting the following error:

Kicking *playerName* - their protocol is 2322 not 2321
*playerName* kicked: Wrong Connection Protocol: Server update required!

My Rust server is installed via uMod CLI and was updated. Rust.Protocol.printable returnsΒ  2322.218.1, which seems to be the same as the client's, according to the error message.

I also tried updating the server via downloading and replacing the `RustDedicated_Data` folder, same result.

Not sure if I missed something but it feels like my server and client should both be on 2322.

Your server is outdated if it shows the protocol as being older. It looks like you do not have the current version of uMod as the build failed due to a build server issue, so until that issue is resolved, there won't be an updated build for it.

I may have mentioned this to you before, but I would keep in mind that uMod is not released yet and should only be used for testing and development until a release is made.



Merged post

Opened a ticket with the CI provider, so hopefully will be able to resolve this soon.

It's working again after re-installing the vanilla server and replacing the Managed folder.
Thank you for your help πŸ™