Only wait for sockets during initialization #69

This commit is contained in:
Robbert van der Helm
2020-12-10 12:03:51 +01:00
parent a54814e610
commit e07467697a
2 changed files with 55 additions and 8 deletions
+8
View File
@@ -28,6 +28,14 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Symbols in all `libyabridge.so` and all Winelib `.so` files are now hidden by
default.
### Fixed
- Fixed an issue where in certain situations Wine processes were left running
after the host got forcefully terminated before it got a chance to tell the
plugin to shut down. This could happen when using Kontakt in Bitwig, since
BItwig sets a limit on the amount of time a plugin may take to shut down when
closing Bitwig.
## [2.1.0] - 2020-11-20
### Added