LaySoft
LaySoft
With ws:send command I can send maximum 509 bytes, 510 or more not. The function returns nil, it means successful, but no data sended. Why is there this restriction?
I try websocketd to send ftp download progress, with this command: wget -O /dev/null ftp://user:[email protected]//mnt/backup.sql.gz 2>&1 It works well, continuously sends the download progress to the client. I'd like to...
It is possible to quit websocketd when the executed script ends?
I open a xlsx file: ``` use PhpOffice\PhpSpreadsheet\IOFactory; $spreadsheet = IOFactory::load('temp.xlsx'); ``` The open success, but the following warnings occured: ```Warning: file_exists(): open_basedir restriction in effect. File(/xl/_rels/workbook.xml.rels) is not within...
I tried to install openswoole on my Raspberry (Ubuntu 21.10) with the command: pecl install openswoole After a long time it breaks with the error: libtool: compile: cc -I. -I/tmp/pear/temp/openswoole...
### Current Behavior I tried [this](https://www.reddit.com/r/firefox/comments/qlryb6/hello_can_i_change_font_size_of_tab_its_so_tiny/) solution to increase tabs font size (the Way 2.), but it doesn't works. How can I solve it? ### Expected Behavior _No response_ ###...
I tried wss support with the provided example wss_echo.lua, but the following errors occured: ``` lua: /usr/local/share/lua/5.1/lluv/websocket.lua:248: Unsupport WSS protocol stack traceback: [C]: in function 'error' /usr/local/share/lua/5.1/lluv/websocket.lua:248: in function (tail...
I'd like to use luajls for websocket client. I tried this code: ``` local HttpServer = require('jls.net.http.HttpServer') local WebSocket = require('jls.net.http.WebSocket') ``` HttpServer include works, but WebSocket not: ``` lua:...
I tried to install openswoole php pecl package on my Raspberry (Ubuntu 21.10) with the command: pecl install openswoole After a long time it breaks with the error: libtool: compile:...
Quill is capable to edit full html page with doctype, html, head, body elements?