Replies: 1 comment
-
That's not hanging, that's waiting for activity on the port.
No, this is a rather unusual thing to do, so I doubt there are any official examples around. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am interesting in making a parallel aiohttp web.Application server
Fir this I have tried to use the following code:
I took this code from https://stackoverflow.com/a/59219359/5157245
But looks like this solution hang out after working some time ...
After debugging it looks like it is hanging out on
select
function of moduleselectors
Is there a working example of parallel aiohttp web.Application server ?
Maybe in this example I am doing something wrong
Beta Was this translation helpful? Give feedback.
All reactions