How to fix «There are no commands defined in the "clank" namespace»?

To fix the issue, I replaced in my websocket.ini:

command = <path to Oro>/bin/console clank:server --env=prod

to

command = <path to Oro>/bin/console gos:websocket:server --env=prod

And then restarted Supervisor:

service supervisor restart