Maksym Pozhydaiev

Results 2 issues of Maksym Pozhydaiev

In order to init the Server class, 2 arguments are passed (config.server and options) in the second argument (options) there are 3 values (cert, Chanel and app instance). however, Chanel...

class Server expects 1 argument `constructor(config) {` but during the app initialization 2 arguments were passed `application.server = new Server(config.server, options);` options argument contains read cert info, but Server class...