mesa
mesa copied to clipboard
Regarding the version check
Right now, if there's a Mesa version enforcement, it will want the exact same Mesa version or the connection will be closed. That said, I find this... very aggressive.
https://github.com/crybapp/mesa/blob/d393c5a31a17d039fd76a47cf8ec07a76450b2a2/src/server/client.ts#L178-L179
Wouldn't it be preferable to just check between major.minor, or even major versions if possible and not major.minor.patch, where it would leave room for misc changes that aren't adding breaking changes?