Dušan Panić
Dušan Panić
I just tested on 2.x branch. All works out of the box. Steps: * Download and place into root of pngquant src dir * libpng * zlib * lcms2 *...
> The latest version on the main branch: > > ```shell > cargo build --release --features=lcms2-static,png-static,z-static > ``` > > or 100% static: > > ```shell > rustup target add...
> MUSL target is specifically for the Linux kernel only. Darwin does not support 100% static executables — you're required to use libSystem. I don't know what Windows supports in...
> > I've updated the site. The current status is: > > * libimagequant 4.x in Rust is now stable production ready. Use it if you can. The 2.x C...
1. Yes of course I am using socket_io_nexus 2. I also use MacOS (tested python2 and python3) 3. Tested to download socket_io_nexus inside directory (plus requirements) and install by pip...
I am using MacOS. I will try on Linux tomorrow. However I don't think that should be the issue. Can you please share your NodeJS code? P.S. If i set...
My code is similar: ``` const http = require('http'); const io = require('socket.io'); let options = { pingInterval: 10 * 1000, pingTimeout: 5 * 1000, //transports: [ 'websocket' ], };...
no i haven't. i don't think it will change anything. but i will try.
Maybe I am repeating myself, but when in NodeJS Socket.IO transports: [ 'pooling' ] than it starts and makes error which I mentioned. If I set transports: [ 'websocket' ]...