CDCoding Dropletsincodingdroplets.com·Jul 9 · 11 min readSignalR Falls Back to Long Polling in ASP.NET Core: Causes and FixYour SignalR hub works, messages arrive, and everything looks healthy in development. Then you ship to production behind a reverse proxy, open the browser Network tab, and see it: every message is rid00
CDCoding Dropletsincodingdroplets.com·Jun 12 · 12 min readASP.NET Core HTTPS Redirect Loop Behind Reverse Proxy: Root Cause and FixInfinite HTTPS redirect loops are one of the most disorienting production failures an ASP.NET Core team can hit. The app worked perfectly in development, passed staging smoke tests, and then went live00
CDCoding Dropletsincodingdroplets.com·May 25 · 12 min readObjectDisposedException: Cannot Access a Disposed Context Instance in ASP.NET Core — Root Cause and FixThe error ObjectDisposedException: Cannot access a disposed context instance is one of those production surprises that hits developers at the worst time — usually under load, during a scheduled job, o00