You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: