You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: