beaquant
beaquant
what's the final solution? I catch this bug again. go version go1.16.5 linux/amd64 ``` fatal error: sync: inconsistent mutex state goroutine 3295163 [running]: runtime.throw(0xa5268d, 0x1e) /home/ubuntu/go/src/runtime/panic.go:1117 +0x72 fp=0xc000623ec8 sp=0xc000623e98 pc=0x436292...
> That's not a valid JSON, as JSON does not allow comments. Assuming the comments are not really part of the JSON, what have you tried so far? thanks @webron...
> It looks like you defined `asks` and `bids` fine, what makes you think that's not working? yes, it work, but I want it have members which are `price `and...
@webron could you help me, please
could you show the source code of this site?
why not? we can specify the http.Client with special cookies, export/save cookies, tls fingerprint, special dialer with difference IP > "Apologies for possibly a silly question. Is it possible to...
Frequent transfer of large amounts of data with low latency, market data server to contribute data to many clients
I can't understand this solution. Does it can improve? I'll try later
it panic ``` func main() { c := client.New("0001") c.Init() wg:=sync.WaitGroup{} for i := 0; i < 100; i++ { wg.Add(1) go func() { defer wg.Done() for i := 0;...