Laid Feggaa ( Rabi3 )

Results 4 comments of Laid Feggaa ( Rabi3 )

same here setCharacterCode(DefaultPrinter.CHARCODE_ARABIC_WIN_1256) not working

This happen to you because use infinite loop " while (true) " You need to use Event to check if client close connection like webSocket ws.on("close", (event) => { //...

this changes for remove warning : `Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.`

Thank you for your question I need it for create instance of eventSource without connect then I control connection by call eventSource.open() or eventSource.close() this small example how I use...