nsqio/pynsq

io_loop`` argument (deprecated since version 4.1) has been removed

calvindoro opened this issue · 2 comments

i face a problem
image

when trying to instantiate Writer
cause it's a subclass of Client whereas in your Client codes
call this

tornado.ioloop.PeriodicCallback(self._check_last_recv_timestamps,
                                        60 * 1000,
                                        io_loop=self.io_loop).start()

when i check that function on the tornado documentation
it says the parameter io_loop already removed
image

as the information i use python and want to publish a message to nsq, could u help me. thanks

work on this started on #185 and the current work-around is to use an older version of tornado, version 4.5.3 (enforced in #201 but a release of pynsq has not been made since then)