2022 07

Azure Ubuntu vm - dpkg-deb error : paste subprocess was killed by signal (Broken pipe)
When running ‘sudo apt upgrade -y’ on azure ubuntu vm error : dpkg: error processing archive /var/cache/apt/archives/l...

Nginx and SignalR:This endpoint is only for web-socket requests' when status code '101' was expected
Error The server returned status code '200 This endpoint is only for web-socket requests' when status code '101' w...

SignalR:Failed connection handshake
Error Error : [Debug] Microsoft.AspNetCore.SignalR.HubConnectionContext Failed connection handshake. System.ArgumentOutOfRangeExce...

Use Watchtower to update automatically the running docker containers
Watchtower can be used either as standalone docker container or in docker compose. Create config.json Before creating the config f...

IHttpClientFactory with Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit ...