mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-08 00:23:12 +00:00
Use news by default; websock has known issues
This commit is contained in:
parent
f65218dd35
commit
d618b555e7
@ -1,5 +1,5 @@
|
||||
const
|
||||
json_rpc_websocket_package {.strdefine.} = "websock"
|
||||
json_rpc_websocket_package {.strdefine.} = "news"
|
||||
useNews* = json_rpc_websocket_package == "news"
|
||||
|
||||
when json_rpc_websocket_package notin ["websock", "news"]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user