jparise / python-reloader

Dependency-based Python Module Reloader
http://www.indelible.org/ink/python-reloading/
MIT License
135 stars 27 forks source link

support socket reload? #22

Closed rfyiamcool closed 9 years ago

rfyiamcool commented 9 years ago

support socket reload?

jparise commented 9 years ago

Reestablishing socket connections isn't really the intent of this library, but I suppose that's something you could implement yourself using the the __reload__ callback.