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

Removed instance variables that hold total bytes sent/received. #93

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

ManInTheBox
Copy link
Contributor

Keeping track of total bytes transmitted could easily end up with integer overflow if XMPP connection is persistent and running for some time. For example if you start JAXL it runs in an infinite loop without the way to reset these counters. I also think they are not that useful.

@umpirsky
Copy link

umpirsky commented Jan 16, 2018

@abhinavsingh @frost-nzcr4 Ping. :)

@abhinavsingh abhinavsingh merged commit 3fcb00a into jaxl:master Feb 6, 2018
@ManInTheBox ManInTheBox deleted the removed-total-bytes-counters branch February 6, 2018 08:19
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.

3 participants