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
I just came across some really odd behavior with version 2.0.0. We pass in a port parameter from the commandline, so it ends up being a string, which used to work fine in previous connect versions.
Now, we get a
Fatal error: Port 1234 is already in use by another process.
which is both wrong and misleading. If I pass in the same variable as Number the behavior is as expected.
The text was updated successfully, but these errors were encountered:
I just came across some really odd behavior with version
2.0.0
. We pass in a port parameter from the commandline, so it ends up being a string, which used to work fine in previous connect versions.Now, we get a
which is both wrong and misleading. If I pass in the same variable as Number the behavior is as expected.
The text was updated successfully, but these errors were encountered: