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

Always Log OTP Listener #1331

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

reiichi001
Copy link
Contributor

This is for troubleshooting purposes, as some users report that it's not starting / doesn't receive, and this will always ensure we know it started.

Just sets the debug log to info.

This is for troubleshooting purposes, as some users report that it's not starting / doesn't receive, and this will always ensure we know it started.
@goaaats
Copy link
Member

goaaats commented Oct 3, 2023

This won't help you at all, since the actual start is done in a task. You should put it inside the task, or better yet, into the continuation, where you can also observe the exception property if !IsCompletedSuccessfully.

@reiichi001
Copy link
Contributor Author

Does this look more in line with how it should be? Not used to using continuations, but still want the PR to become mergeable eventually.

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.

None yet

2 participants