isra17 / autobahn-autoreconnect

Python Autobahn runner with auto-reconnect feature
GNU General Public License v2.0
19 stars 10 forks source link

New Stable Release #20

Closed webCoderLOL closed 7 years ago

webCoderLOL commented 7 years ago

Hi,

Currently, the stable PIP release is 0.1.0 but it doesn't include the fix of

try:
    self._loop.add_signal_handler(signal.SIGTERM, self.stop)
except NotImplementedError:
    pass

Even this is a small fix, do we have a plan to release a new PIP package? Thanks

isra17 commented 7 years ago

I just uploaded 0.1.1 with the latest revision!

webCoderLOL commented 7 years ago

Thank you so much. I tested and it worked great.