Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

On relay close, clean first, reply later #32

Open
karalabe opened this issue May 30, 2014 · 0 comments
Open

On relay close, clean first, reply later #32

karalabe opened this issue May 30, 2014 · 0 comments
Labels
Milestone

Comments

@karalabe
Copy link
Member

Currently the relay service immediately acknowledges a client connection closure request. This however leads to a race condition where clients think they've been cleaned up, but in reality not yet.

This becomes obvious during testing (iris-go: req/rep), that one test influences another. If they are run individually, all is ok. If multiple one after the other, new requests get assigned to stale old connections.

@karalabe karalabe added the bug label May 30, 2014
@karalabe karalabe added this to the v0.3.0 milestone Jun 5, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant