saghul / pyuv

Python interface for libuv
https://pyuv.readthedocs.io
MIT License
1.12k stars 105 forks source link

error AttributeError: 'pyuv._cpyuv.Signal' object has no attribute 'unref' #258

Closed deivymg closed 5 years ago

deivymg commented 6 years ago

im working on pyuv 1.4.0. and getting AttributeError: 'pyuv._cpyuv.Signal' object has no attribute 'unref'.

im following a tutorial for tls connection using uvtls.py.

saghul commented 5 years ago

That example is years old, it would need to be brought up to date.