Use news by default; websock has known issues

This commit is contained in:
Zahary Karadjov 2022-06-28 18:12:51 +03:00
parent f65218dd35
commit d618b555e7
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609

View File

@ -1,5 +1,5 @@
const const
json_rpc_websocket_package {.strdefine.} = "websock" json_rpc_websocket_package {.strdefine.} = "news"
useNews* = json_rpc_websocket_package == "news" useNews* = json_rpc_websocket_package == "news"
when json_rpc_websocket_package notin ["websock", "news"]: when json_rpc_websocket_package notin ["websock", "news"]: