Bugfixes

  • The SERVER_STARTED event is now fired after the started flag is set to true
  • port() now returns the port even if the server is not started (used to return -1)
  • Changed to CompletionStage for async, and marked async as experimental