e2 icon indicating copy to clipboard operation
e2 copied to clipboard

Is this a bug?

Open JiffB opened this issue 7 years ago • 0 comments

Hi,

While testing the tasks example, I had an issue; tasks:start_tasks(10) worked, but tasks:start_repeating(150, 20) returned that:

3> tasks:start_repeating(150, 20). ** exception error: no function clause matching e2_service_impl:split_options(repeating,150,[],[]) (../../src/e2_service_impl.erl, line 78) in function e2_task:start_link/3 (../../src/e2_task.erl, line 57) 4>

JiffB avatar Sep 26 '17 15:09 JiffB