This commit is contained in:
shoopea 2020-06-29 11:09:24 +02:00
parent c23c2203b2
commit 4d13382444

1
job.go
View File

@ -2137,6 +2137,7 @@ func jobGetStash(j Job) {
clt.Mux.Unlock()
}
}
fmt.Printf("jobGetStash : Submit new client : %d\n", userID64)
p.UserID64 = userID64
setJobCallback(j.ID64, userID64, cacheObjSubType[`msg_exchange_req`])
setJobCallback(j.ID64, userID64, cacheObjSubType[`msg_exchange_ack`])