Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurable timeout for stop_trace #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ijcd
Copy link

@ijcd ijcd commented Oct 22, 2017

This is working for me. I'm less familiar with erlang, so it might not be idiomatic. I looked into using proplists for the Options argument, but it doesn't seem to have a convenient guard that would work. Using a map, the calling syntax from Elixir is not idiomatic, but I'm not sure that matters.

Feedback welcome.

Fixes #13

@proger
Copy link
Owner

proger commented Oct 25, 2017

Thanks for your contribution! I wonder if it would make sense to move the rest of the options (Mode and OutputFile) into your Options map as well. Or, for consistency, just add Timeout as an extra argument and export it as apply/5.

@ijcd
Copy link
Author

ijcd commented Oct 26, 2017 via email

@Hajto
Copy link

Hajto commented Feb 4, 2021

Is this PR alive? If original author is not interested in finishing this, I could contribute.

@ijcd
Copy link
Author

ijcd commented Feb 4, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: support custom timeout in stop_trace/2
3 participants