mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 00:13:55 +02:00
Add an example for using a single plugin group
Now that plugin groups are 100% stable this can be a valid approach.
This commit is contained in:
+2
-2
@@ -62,8 +62,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
- Fixed a very long standing issue when using plugins groups where unloading a
|
||||
plugin could cause a crash. In practice this was only reproducible during the
|
||||
plugin scanning process when rapidly adding and removing a large number of
|
||||
plugins in a single group. Now plugin groups no longer crash, even when
|
||||
hosting over a hundred plugins in a single process.
|
||||
plugins in a single group. Now you can host over a hundred plugins in a single
|
||||
process without issues.
|
||||
- Fixed another edge case with plugin groups when simultaneously opening
|
||||
multiple plugins within the same group. The fallover behaviour that would
|
||||
cause all of those plugins to eventually connect to a single group host
|
||||
|
||||
Reference in New Issue
Block a user