oatpp / oatpp-examples

List of example projects of how to use oat++ framework
https://oatpp.io/
Apache License 2.0
180 stars 24 forks source link

in WSL, run get Aborted #6

Closed lmj01 closed 5 years ago

lmj01 commented 5 years ago

terminate called after throwing an instance of 'std::runtime_error' what(): Can't bind to address Aborted(core dumped)

not add the component for server, it's ok, but add the compont on the step-by-step, get the wrong

lganzzzo commented 5 years ago

It is a known issue. Can't bind to address in WSL.

See https://github.com/oatpp/oatpp/issues/22

I'l update this issue once resolution is found