r00pal

Results 3 comments of r00pal

I'm still facing the same issue. Is it resolved yet?

I'm facing the same issue with y.search() as well ![capture](https://user-images.githubusercontent.com/19304435/36934621-73a0adf0-1f12-11e8-923d-f485f88b375a.JPG)

When you are making a task, you can add the name, Something like this ``` Task task1 = Task.blocking("meaningful_task_name", () - > { //task logic }); Task task2 = Task.blocking("meaningful_task_name_2",...