| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Excellent work, thanks for digging into this rabbit hole.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Per Python docs a socket object will close the underlying file descriptor on garbage collection and to use it elsewhere, one needs to call detach().
Fixes: #460
Closes: #543