Closed ezio-melotti closed 9 months ago
This PR fixes a bug that occurs when trying to use --no-sio. The check verifies that no port value is set when running with --no-sio, however the port has a default value which is always set, making the use of --no-sio impossible.
--no-sio
port
This PR fixes a bug that occurs when trying to use
--no-sio
. The check verifies that noport
value is set when running with--no-sio
, however the port has a default value which is always set, making the use of--no-sio
impossible.