* 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