.net core,EF core, npgsql
在本机调试,切换代理后
An exception occurred while iterating over the results of a query for context type '*.Context'.
System.Net.Sockets.SocketException (22): Invalid argument
其实就是连不上网络了,是使用了 BackgroundService ,连不上网络程序挂逼了才发现的
按理说生产环境应该不存在切换网络的问题,所以这种情况需要处理吗?
1
opengps 2022-05-07 17:27:49 +08:00
当然需要处理,但不是针对代理做的。而是针对所有的网络不稳定做个断线自动重连功能
|