mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Apply the mutual recursion changes to Vst3Bridge
I've never seen this happen, but now this too would support deeply nested mutual recursion just like we implemented in `Vst3PlugViewProxyImpl`. Better safe than sorry.
This commit is contained in:
@@ -228,8 +228,6 @@ class Vst3PlugViewProxyImpl : public Vst3PlugViewProxy {
|
||||
// support multiple levels of mutual recursion. This could happen during
|
||||
// `IPlugView::attached() -> IPlugFrame::resizeView() ->
|
||||
// IPlugView::onSize()`.
|
||||
// TODO: If this stack-of-io-contexts approach works, apply the same
|
||||
// thing in `Vst3Brdige`
|
||||
std::shared_ptr<boost::asio::io_context> current_io_context =
|
||||
std::make_shared<boost::asio::io_context>();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user