mirror of
https://github.com/vivisect/vivisect
synced 2026-06-08 18:04:23 +00:00
5655b84e23
* add "vivserver" script to path (instead of `python -m vivisect.remote.server`) lower server channel timeout to 1 second (eliminating big delays for each connection and updates TODO: make configurable through envi.config * update docs for vivserver * fixing initWorkspaceClient() event model so initial events complete before returning, and we don't hit a mandatory timeout. returning the timeo_wait to 10 secs * Apply suggestions from code review per @rakuy0 * Apply suggestions from code review * doc link per @rakuy0