Actor.config.get('standbyPort')
its using the StandBy mode. Actor.config.get('standbyPort')
it always return a port number, even though StandBy mode is DISABLED. I have tried the example codes and enable standby mode. When I run the Actor via web console, it always run the HTTP server. I want the Actor not to run HTTP server when it run from web console or normal API.