From 8d3afd82853c0e109e7423e264ca122d8f6b77c8 Mon Sep 17 00:00:00 2001 From: Tanguy Date: Tue, 21 Jun 2022 17:43:55 +0200 Subject: [PATCH] Switch back to nim-websock (#3665) --- config.nims | 4 ---- vendor/nim-websock | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config.nims b/config.nims index 3fc6620c3..a98cafb3f 100644 --- a/config.nims +++ b/config.nims @@ -118,10 +118,6 @@ switch("passL", "-fno-omit-frame-pointer") # for heap-usage-by-instance-type metrics and object base-type strings --define:nimTypeNames -# TODO https://github.com/status-im/nimbus-eth2/issues/3130 -# We are still seeing problems with the websock package, se we stick to using news: -switch("define", "json_rpc_websocket_package=news") - const currentDir = currentSourcePath()[0 .. ^(len("config.nims") + 1)] switch("define", "nim_compiler_path=" & currentDir & "env.sh nim") switch("define", "withoutPCRE") diff --git a/vendor/nim-websock b/vendor/nim-websock index fc6538fa8..283a9bb1f 160000 --- a/vendor/nim-websock +++ b/vendor/nim-websock @@ -1 +1 @@ -Subproject commit fc6538fa85f3742046002f6a94bb0dab33c4e798 +Subproject commit 283a9bb1fccc91fc9ab840609f57788cd19d0d24