sry

Results 5 comments of sry

> @cmershen1 Has the problem you mentioned been solved? my question has not been solved yet. I checked my code again and again, can this usage cause memory leak? ```...

I tried to print the map, the output is like this: `2019-05-22 17:21:13|25634|INFO|app.js:40|1184,{"created":[1558516873,924536775],"parent":{"created":[1558516871,925288429],"parent":{"created":[1558516869,924660300],"parent":{"created":[1558516867,924269489],"parent":{"created":[1558516865,923400076],"parent":{"created":[1558516863,922600607],"parent":{"created":[1558516861,922927699],"parent":{"created":[1558516859,922768321],"parent":{"created":[1558516857,921752524],"parent":{"created":[1558516855,920830227],"parent":{"created":[1558516853,921297443],"parent":{"created":[1558516851,921274300],"parent":{"created":[1558516849,920369574],"parent":{"created":[1558516847,919384971],"parent":{"created":[1558516845,918546701],"parent":{"created":[1558516843,918050732],"parent":{"created":[1558516841,918103027],"parent":{"created":[1558516839,917946609],"parent":{"created":[1558516837,917317481],"parent":{"created":[1558516835,917083043],"parent":{"created":[1558516833,917044200],"parent":{"created":[1558516831,914159696],"parent":{"created":[1558516829,913760412],"parent":{"created":[1558516827,912996596],"parent":{"created":[1558516825,912413567],"parent":{"created":[1558516823,912186882],"parent":{"created":[1558516821,912223413],"parent":{"created":[1558516819,912218556],"parent":{"created":[1558516817,912167310],"parent":{"created":[1558516815,911406521]}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} ` and the layer becomes more and more deeper.

> It seem abnormal and I found that each item of data you shown 2ms deviated. Did you use `setInterval` ? > > Can you please show me complete and...

> You can use [scope](https://github.com/vicanso/async-local-storage#scope) function to create a new scope. how to use `scope`? I use `ALS.scope()` in the starting of every RPC function implements. and I use `ALS.enable()`...

If call api of bilibili failed after retrying 3 times, it will raise an exception and stop. So I want to catch this error. ``` Traceback (most recent call last):...