-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jetty server should not join by default
http-kit spins up on a separate thread and we deref a promise after the stop function runs in order to wait for it. Jetty can do this but its default is :join? true so it waits internally. Now we tell it not to wait internally so the same machinery works for both servers.
- Loading branch information
1 parent
ca81233
commit ce89360
Showing
2 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(def project 'framework-one) | ||
(def version "0.8.2") | ||
(def version "0.8.3") | ||
|
||
(task-options! | ||
pom {:project project | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters