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

Missing test: Concurrent POSTs to a single resource must be serialized #56

Closed
chrysn opened this issue Jan 24, 2017 · 0 comments
Closed

Comments

@chrysn
Copy link
Owner

chrysn commented Jan 24, 2017

Assuming a user were to concurrently start two POST requests to a single remote resource, the library would need to delay one of the requests until the other has completed.

aiocoap most probably does not delay the request at all right now (didn't test it yet), but there certainly is no test to ensure it's working yet.

@chrysn chrysn closed this as completed in 8fc2d69 Mar 8, 2017
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

No branches or pull requests

1 participant