You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started in #1531, but it was decided to come back to that later.
An app generated by npx create-react-app my-test-app can be used to test, because it listens on the port and closes it a couple of times before starting to listen permanently, to make sure it's free on all IP addresses.
The text was updated successfully, but these errors were encountered:
t4lz
changed the title
Add test for listening on the same port again after closing
Add integration test for listening on the same port again after closing
Jun 13, 2023
Started in #1531, but it was decided to come back to that later.
An app generated by
npx create-react-app my-test-app
can be used to test, because it listens on the port and closes it a couple of times before starting to listen permanently, to make sure it's free on all IP addresses.The text was updated successfully, but these errors were encountered: