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

Async socket servers #4382

Open
10 tasks
aleks-f opened this issue Jan 4, 2024 · 3 comments · May be fixed by #4501
Open
10 tasks

Async socket servers #4382

aleks-f opened this issue Jan 4, 2024 · 3 comments · May be fixed by #4501
Assignees
Labels

Comments

@aleks-f
Copy link
Member

aleks-f commented Jan 4, 2024

Try to break the existing UDPServer as little as possible (ideally no breakage)

@aleks-f aleks-f added the feature label Jan 4, 2024
@aleks-f aleks-f added this to the Release 1.14.0 milestone Jan 4, 2024
aleks-f added a commit that referenced this issue Jan 4, 2024
@matejk
Copy link
Contributor

matejk commented Mar 4, 2024

A library wepoll (https://github.com/piscisaureus/wepoll) implements epoll functions that wrap Win32 API.

@aleks-f
Copy link
Member Author

aleks-f commented Mar 4, 2024

@matejk
Copy link
Contributor

matejk commented Mar 5, 2024

https://github.com/pocoproject/poco/blob/devel/Net/src/wepoll.c

Thanks, I noticed those files almost immediately after posting :)

@matejk matejk linked a pull request Mar 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants