Skip to content

Unix-Socket Configuration#1013

Open
lazyBisa wants to merge 1 commit intozaphoyd:masterfrom
lazyBisa:master
Open

Unix-Socket Configuration#1013
lazyBisa wants to merge 1 commit intozaphoyd:masterfrom
lazyBisa:master

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

} 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