Skip to content

Commit

Permalink
chat2 var change
Browse files Browse the repository at this point in the history
Signed-off-by: rshiv <reeshav96@gmail.com>
  • Loading branch information
rshiv committed Nov 1, 2021
1 parent d5e8aea commit 335fe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v2/chat2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ proc processInput(rfd: AsyncFD, rng: ref BrHmacDrbgContext) {.async.} =
Port(uint16(conf.tcpPort) + conf.portsShift),
extIp, extTcpPort,
wsBindPort = Port(uint16(conf.websocketPort) + conf.portsShift),
wsFlag = conf.websocketSupport)
wsEnabled = conf.websocketSupport)

await node.start()

Expand Down

0 comments on commit 335fe15

Please sign in to comment.