Stop accepting sockets if Wine crashes on startup

This commit is contained in:
Robbert van der Helm
2020-05-09 16:31:11 +02:00
parent 9c19a1d01c
commit 484032202a
3 changed files with 38 additions and 0 deletions
+5
View File
@@ -14,6 +14,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
that support individually sandboxed plugins.
- Respect `YABRIDGE_DEBUG_FILE` when printing initialization errors.
### Fixed
- Stop waiting for the Wine VST host process on startup if the process has
crashed or if Wine was not able to start.
## [1.1.0] - 2020-05-07
### Added