From 7739b859d024b6e7f17ecdea72f0aa7d9894aea5 Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Thu, 1 Oct 2015 17:26:52 -0700 Subject: [PATCH] Workaround to json_rpc-based protocol crashes in intra-component communication. Issue #55 --- rvi_sample.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rvi_sample.config b/rvi_sample.config index 7ae11cb..8bb2521 100644 --- a/rvi_sample.config +++ b/rvi_sample.config @@ -305,7 +305,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice). ] }, { schedule, - [ { schedule_rpc, json_rpc, + [ { schedule_rpc, gen_server, [ { json_rpc_address, { MyIP, MyPort+3 }} % {"127.0.0.1",9003} ]