Bob Liu

Results 20 comments of Bob Liu

币安支持, 三角套利, 可以说说怎么个策略. 看看方不方便写了

@ken107 I think webrtc is the only choice now. You may search a lot golang or rust webrtc servers.

Look at https://godoc.org/github.com/go-web/httpmux#Middleware and https://godoc.org/github.com/go-web/httpmux#MiddlewareFunc. And github search here: https://github.com/search?utf8=%E2%9C%93&q=MiddlewareFunc+language%3Ago&type=Code&ref=searchresults I think better names are MiddlewareFunc and Middleware, but it wil not be backwards compatibile.

@jasonpp you may give me a PR to fix it.

When will this PR be merged? @alxiong @tarcieri I think the issue is critical, and should be fixed asap.

https://github.com/Akagi201/rust-docs/blob/master/rust-in-databend/rust-for-beginners/src/ch01-rust-basics.md

Hi, the issue seems to be related to https://github.com/paritytech/polkadot/issues/856 and https://github.com/PureStake/moonbeam/issues/1410 Please increase `net.core.somaxconn` and have try.

Hi @wwwAndries Could you check the max open files limit with the help of this link https://unix.stackexchange.com/questions/8945/how-can-i-increase-open-files-limit-for-all-processes And Did you deploy the node with systemd? Then you should also check...