Skip to content

Commit 558e975

Browse files
committed
web servers
Signed-off-by: Saurabh Misra <[email protected]>
1 parent cde5c39 commit 558e975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/after_web_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ async def get_endpoint(session, url):
66
async def some_api_call(urls):
77
async with aiohttp.ClientSession() as session:
88
tasks = [get_endpoint(session, url) for url in urls]
9+
# Run requests concurrently
910
results = await asyncio.gather(*tasks)
1011
return results

0 commit comments

Comments
 (0)