NguyenVanCong1902
Results
2
issues of
NguyenVanCong1902
I'm using new QrcodeDecoder().decodeFromImage() to decode an QR image. If my QR image is less than 5MB, it work well. If my QR image is more than 5MB, result return...
help wanted
I'm using ``` socket.use(([event, ...args], next) => { incommingEventFilter(socket, [event, args], next); }); socket.prependAnyOutgoing(outgoingEventFilter); ``` to filter and log all income & outgoing event; It work well...but... Client-Side: ``` socket.emitWithAck("hello",...
enhancement