- replace all goroutine and AfterFunc with recover version
This commit is contained in:
@@ -291,9 +291,9 @@ func (c *PurchaseHandler) postFakeFinishedPickupMsg(vendorOrderID string) {
|
||||
"order_id": vendorOrderID,
|
||||
},
|
||||
}
|
||||
go func() {
|
||||
utils.CallFuncAsync(func() {
|
||||
OnCallbackMsg(msg)
|
||||
}()
|
||||
})
|
||||
}
|
||||
|
||||
func getTimeFromTimestampStr(sendTime string) time.Time {
|
||||
|
||||
Reference in New Issue
Block a user