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

fix for issue #5 (web interface issues) #25

Closed
wants to merge 1 commit into from
Closed

Conversation

mreiferson
Copy link
Contributor

the problem seemed to be that the server would infinite loop due to nop events having rev == -3... this commit prevents the state of rev in the websocket loop from ever going backwards.

ready for review @kr

@kr
Copy link
Member

kr commented May 30, 2012

A better quick fix for this loop is to use ev.Seqn instead of ev.Rev to choose
the next revision to wait on.

@mreiferson
Copy link
Contributor Author

updated to use ev.Seqn (also removed unrelated commits, #28 covers those)

@kr
Copy link
Member

kr commented May 31, 2012

Merged in cd7b918.

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