nim-lang / nim-zmq

Nim ZMQ wrapper
https://nim-lang.github.io/nim-zmq/zmq.html
MIT License
67 stars 17 forks source link

Instructions out of date #21

Closed IcedQuinn closed 3 years ago

IcedQuinn commented 3 years ago

Comments say to use

while True:
  [ snip ]

which is not valid nim as per 1.4

timotheecour commented 3 years ago

PR welcome