osquery / osquery-python

Python bindings for osquery's Thrift API
Other
295 stars 51 forks source link

windows: updating close logic for server and client pipes #53

Closed muffins closed 6 years ago

muffins commented 6 years ago

Windows clients weren't disconnecting correctly, they should simply CloseHandle. The DisconnectNamedPipe is only for the servers to ensure that subsequent connections go through.

muffins commented 6 years ago

This didn't seem to work out correctly, we're breaking python extension runs now.