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

Unix-Socket Configuration #1013

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Unix-Socket Configuration #1013

wants to merge 1 commit into from

Conversation

lazyBisa
Copy link

@lazyBisa lazyBisa commented Sep 30, 2021

Adjustments to use websocketpp on unix sockets with asio.

@lazyBisa lazyBisa changed the title added asio unix-socket configuration Unix-Socket Configuration Sep 30, 2021
@Young-Flash
Copy link

Young-Flash commented Mar 29, 2022

Why hasn't this PR reviewed yet ? Unix socket supports is a important feature. #557
@zaphoyd @oberstet

if (m_acceptor) {
return m_acceptor->local_endpoint(ec);
} else {
ec = lib::asio::error::make_error_code(lib::asio::error::bad_descriptor);
return lib::asio::ip::tcp::endpoint();
return socket_suite::endpoint();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return socket_suite::endpoint();
return typename socket_suite::endpoint();

@lazyBisa
Copy link
Author

lazyBisa commented Nov 6, 2022

I did this over a year ago and moved on to other projects. Feel free to take over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants