Skip to content

Commit

Permalink
Use news by default; websock has known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Jun 28, 2022
1 parent f65218d commit d618b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_rpc/clients/config.nim
Original file line number Diff line number Diff line change
@@ -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"]:
Expand Down

0 comments on commit d618b55

Please sign in to comment.