Pat
Pat
Server: ``` "socket.io": "4.5.2", "socket.io-client": "4.5.2", ``` JS/Postman client connects correctly to server. Kotlin client does _nothing_. No callbacks are executed, `socket.connected` stays `false`. jvm: **openjdk-18.0.1.1** paltform/os: *ubuntu 21.10* _(it's...
Few compilation errors compiling under linux/ubuntu g++ (Ubuntu 11.2.0-7ubuntu2) 11.2.0 related to casting, and Qt 6.6 API breaking changes ``` connections/lawicel_serial.cpp: In member function ‘void LAWICELSerial::serialError(QSerialPort::SerialPortError)’: connections/lawicel_serial.cpp:392:23: error: ‘ParityError’ is...
fix: few static cast call to pass simple errors comp: conditional compilation for version 6+ removing deprecated ```QSerialPort``` error types #731