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

Sender element tries to re-open the port after closing the port of sender. #5

Open
s-takeuchi opened this issue Aug 3, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@s-takeuchi
Copy link
Owner

Create following data flow.

DF1 [Load data]---[Sender(Repeater) without socket close]
DF2 [Empty box]---[Wait 3sec]---[Close port]---[Empty box]

Sender(Repeater) re-opens the closed port after [Close port] element's port closure.
1: Should sender re-open the port which is closed in previous process?
2: Should sender give up the port re-opening?

Needs to consider the correct behavior.

In case of Receiver, same phenomenon has not been confirmed howerver implementation does not consider the same.

This issue is associating to the old trac-ticket#113.

@s-takeuchi s-takeuchi added the bug label Aug 3, 2015
@s-takeuchi s-takeuchi self-assigned this Aug 3, 2015
@s-takeuchi s-takeuchi added this to the 1.5.0 milestone Aug 3, 2015
@s-takeuchi s-takeuchi modified the milestones: Future, 1.5.0 Nov 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant