Implement file polling for disk session cache

For use in case FileSystemWatcher does not work, see #684
This commit is contained in:
ORelio 2019-04-17 05:18:19 +02:00
parent 5e11348e6f
commit 2ebc8eded5
3 changed files with 86 additions and 9 deletions

View file

@ -97,6 +97,7 @@
<Compile Include="Commands\Script.cs" />
<Compile Include="Commands\Send.cs" />
<Compile Include="Commands\Set.cs" />
<Compile Include="Protocol\Session\SessionFileMonitor.cs" />
<Compile Include="WinAPI\ConsoleIcon.cs" />
<Compile Include="ConsoleIO.cs" />
<Compile Include="Crypto\Streams\BouncyAes\AesFastEngine.cs" />