Posted in

Go context取消传播链断裂排查指南:deadline超时丢失、WithValue滥用、cancel函数未调用——金融级系统稳定性保障SOP

第一章:Go context取消 … Go context取消传播链断裂排查指南:deadline超时丢失、WithValue滥用、cancel函数未调用——金融级系统稳定性保障SOPRead more

Posted in

Golang发生啥了?——Go 1.23引入“软终止”context取消机制,旧版cancel函数将被标记为deprecated

第一章:Golang发生啥了? … Golang发生啥了?——Go 1.23引入“软终止”context取消机制,旧版cancel函数将被标记为deprecatedRead more

Posted in

Go context.WithTimeout为何没取消?揭开cancelCtx.cancel函数被GC提前回收的竞态条件(含race detector复现步骤)

第一章:Go context.W … Go context.WithTimeout为何没取消?揭开cancelCtx.cancel函数被GC提前回收的竞态条件(含race detector复现步骤)Read more