mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
修复并发请求错误的bug
This commit is contained in:
@@ -155,7 +155,7 @@ func (this *Client) SendFrame(f *protocol.Frame, cache ...any) (any, error) {
|
|||||||
if _, err := this.Client.Write(f.Bytes()); err != nil {
|
if _, err := this.Client.Write(f.Bytes()); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
return this.Wait.Wait(conv.String(this.msgID))
|
return this.Wait.Wait(conv.String(f.MsgID))
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetCount 获取市场内的股票数量
|
// GetCount 获取市场内的股票数量
|
||||||
|
|||||||
Reference in New Issue
Block a user