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
When trying to get the port spark is actually listening on with the port being set to 0, it can return 0 if called too quickly.
This seams to be because the server is initializing in a separate thread and therefor not setting the port number to the actual port number before calling port().
See example
When trying to get the port spark is actually listening on with the port being set to 0, it can return 0 if called too quickly.
This seams to be because the server is initializing in a separate thread and therefor not setting the port number to the actual port number before calling port().
See example
There also seams to be no way to check for the server being fully initialized as far as I can tell, but I could be wrong about that.
The text was updated successfully, but these errors were encountered: