mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[PR #73] [CLOSED] Adding existing nodes to existing streams #239
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NarrativeScience-old/log.io/pull/73
Author: @parkerd
Created: 5/20/2013
Status: ❌ Closed
Base:
master← Head:pairs📝 Commits (2)
cfd39f5Add tests to verify existing nodes aren't added to existing streamsde95e2bCheck stream membership when receiving new logs📊 Changes
2 files changed (+18 additions, -1 deletions)
View changed files
📝
src/server.coffee(+2 -0)📝
test/functional.coffee(+16 -1)📄 Description
Ran into a case where an already existing node would not be added to an additional stream when using only +log messages coming over the TCP socket. Added a test case for the TCP socket in general and this specific case, as well as the fix of ensuring the node and stream are paired.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.