chore: port not released msg

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
zhongwencool 2024-02-29 10:49:29 +08:00 committed by GitHub
parent 660a1ce99d
commit 49b508544e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -368,7 +368,8 @@ wait_listener_stopped(ListenOn) ->
wait_listener_stopped(ListenOn, 3) -> wait_listener_stopped(ListenOn, 3) ->
Log = #{ Log = #{
msg => "cowboy_listener_not_closed_when_stopping_listener", msg => "port_not_released_after_listener_stopped",
explain => "Expecting the operating system to release the port soon.",
listener => ListenOn, listener => ListenOn,
wait_seconds => 9 wait_seconds => 9
}, },