All Questions
Tagged with pynetdicom python-asyncio
1 question
1
vote
1
answer
1k
views
Add item to asyncio queue from a request handler
I have a TCP server running and have a handler function which needs to take the contents of the request, add it to an asyncio queue and reply with an OK status.
On the background I have an async ...