Lin

Results 8 comments of Lin

必须赞 👍 👍 文章思路很清晰🌹 ...

> My `nodes` has no "undefined" value :( ![image](https://user-images.githubusercontent.com/3191641/100826389-2de9ca80-3495-11eb-8b9f-84bb1f79e611.png) > fixed ![image](https://user-images.githubusercontent.com/3191641/100826714-eca5ea80-3495-11eb-9bd9-3aa9f30c82c2.png) > But the graph is not what I want. ![image](https://user-images.githubusercontent.com/3191641/100826756-0d6e4000-3496-11eb-8724-72410899ee1d.png) --- Got it: Because I `setEdge`'s value is...

Company:Tencent Project:iGame Use Case:private protocol Phase: Test & Development

you can set `err` in callback func to `event.Err` and exit the func, than you can get the error in Event `return` - callback ``` event.Err = err ``` -...