-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): server.listen is not awaited so errors can't be handled …
…in higher level server.listen should be awaited such that higher level code can handle occuring errors. server.listen should be non-blocking anyway
- Loading branch information
Gerald Baulig
committed
Nov 8, 2024
1 parent
824621f
commit fbe2062
Showing
2 changed files
with
7 additions
and
6 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
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