Dragos Nicolae
Dragos Nicolae
I also encountered this bug, but only on Windows 10, on Windows 8 the event is emitted. The latest version that works is 2.7.0. Unfortunately, 2.7.0 is affected by [this...
Than something weird happens along the way. I created a simple example that highlights the described issue: ``` "use strict"; const uWS = require("uWebSockets.js"); const symbol = Symbol("symbol"); const myData...
The two methods you are mentioning do exist, but on the Websocket class, I'm already using end(code) from there. However, App only has the close method [documented](https://unetworking.github.io/uWebSockets.js/generated/interfaces/TemplatedApp.html#close.close-1). The wrapper code...