Matt Molyneaux

Results 82 issues of Matt Molyneaux

I think adding the keepalive flag to the socket will sort this out, but I need to test this first.

Bugs

Python threads aren't killable, which causes issues for us when we have runaway plugins. We should probably look into using multiprocessing,maybe a process per connection for plugins that can be...