Open jaymehtasa opened 5 years ago
When using super, it is expecting 2 arguments.
super
export class SocketOne extends Socket { constructor() { super({ url: 'http://url_one:portOne', options: {} }); } }
When using
super
, it is expecting 2 arguments.