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

Question: Connection Message vs Callback print outs #27

Open
alvbr475 opened this issue Jun 16, 2018 · 1 comment
Open

Question: Connection Message vs Callback print outs #27

alvbr475 opened this issue Jun 16, 2018 · 1 comment

Comments

@alvbr475
Copy link

Hello,

first, thanks for the script it is great and saved me a lot of work!

I want to ask how it comes that the prints of the logger (Connection Message ...) seems to print a lot more data than the callback function?
Some data of the logger is equal but neverthless I do not understand how it comes that there is big number of lines which are not printed by the callback function.

Thanks in advance for answer my question.
Best regards
Bruno

@berentn
Copy link
Contributor

berentn commented Jul 31, 2018

Are you missing messages? Because in that case it is likely due to one of two reasons:

  1. You didn't (properly) attach a callback to all the channel events.
  2. One of your callbacks isn't working correctly. This won't give any errors etc. but you will notice that the callback function doesn't produce any results.

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

No branches or pull requests

2 participants