Pedro Dias
Results
1
comments of
Pedro Dias
try changing the line: ``` typescript const sendPromise = promisify(ws.send) ``` to: ``` typescript const sendPromise = promisify(ws.send) ```