Closed spiritedRunning closed 2 years ago
Can you try latest develop branch? We fixed some bugs there, but this looks a lot like what we have been discussing here https://github.com/magnusja/libaums/issues
Ok I released a new version please try that one
OK, I will try next version. Thanks!
Problem
I use the following code to init and start HTTP server as demo does.
serverService.startServer(file, new AsyncHttpServer(8000));
But log tells me it hasn't a hostname. And seems that this library doesn't provide a method to set a hostname. So I give a default hostname with “localhost” in your demo. But it still not works, however. The error log below:
I also following the instruction in README, Init HTTP server in a another way.
However, It bring me a crash and has error below: