Class FileSystemWatcherServerClient

Wraps the watcher singleton service for each frontend.

Implements

Constructors

Properties

clientId: number = ...

Todo

make this number precisely map to one specific frontend.

watcherIds: Set<number> = ...

Track allocated watcherIds to de-allocate on disposal.

watcherService: FileSystemWatcherService
clientIdSequence: number = 0

Methods