bcpierce00 / unison

Unison file synchronizer
GNU General Public License v3.0
3.86k stars 224 forks source link

Make feature negotiation synchronous in macOS GUI #953

Closed tleedjarv closed 10 months ago

tleedjarv commented 10 months ago

Asynchronous feature negotiation is too slow to complete before feature validation is carried out, leading to invalid rejection of compatible connections.

Fixes #952

tleedjarv commented 10 months ago

Fix confirmed working. This is ready for merging.