Joan Marcè i Igual
Joan Marcè i Igual
Hi, how is this issue going? My server does not have that much memory and it cannot continue to analyse faces any more. I have ~100k pictures and after processing...
Hi this issue seems to be back, now by doing `scoop update *` it already triggers it:  In my pc I only have Windows Defender.
I cannot add an exception for Windows Defender as I have partial admin rights and the Windows Defender exceptions are handled by the administrator.
By the way, this is the report on Windows Defender:  The only allowed action is Quarantine
``` ❯ Get-ExecutionPolicy RemoteSigned ```
> Can you run Set-ExecutionPolicy -Scope CurrentUser Unrestricted and then try updating again? Same problem > Also what is the output of scoop config SCOOP_REPO? It doesn't even return a...
Sorry if I was not clear enough, by "going back to scoop only" I meant that I uninstalled shovel (removed the ~/scoop folder) and used the installation script to install...
Hi, for the TLS implementataion we are using the asio library. As far as I know, TLS works properly with this library. If you want to be sure, you can...
Hi, as of af68bf3067ab45dc6a53261284e0da9afd21b636 Boost is no longer required. We've updated the [installation instructions without CMake](https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL.md#without-cmake). Can you try following them and see if the issue persists?
Hi @captainwong from the protocol documentation on disconnect detection (https://socket.io/docs/v4/how-it-works/#disconnection-detection) it should be the server the one sending the pings and the client responding.