From d563dd3146231b34b691669111c4fc3d9723f6d7 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Tue, 4 Jan 2022 00:39:52 -0800 Subject: [PATCH] deps: Downgrade asio to 1.12.1 Even though we statically link ASIO, it has issues with the kqueue_reactor() on macos segfaulting when other plugins using different ASIO versions are installed. So that means we're stuck using 1.12.1 until we can find some kind of fix for the crash issue. --- deps/asio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/asio b/deps/asio index b84e6c16..b73dc1d2 160000 --- a/deps/asio +++ b/deps/asio @@ -1 +1 @@ -Subproject commit b84e6c16b2ea907dbad94206b7510d85aafc0b42 +Subproject commit b73dc1d2c0ecb9452a87c26544d7f71e24342df6