Vitaly Shukela
Vitaly Shukela
Try newly added option `--exec-exit-on-disconnect` from 734cc58e7c27e608909eee3c0596289b2a3e414b.
I tried `websocat -t -E --exec-exit-on-disconnect -v ws-l:127.0.0.1:9000 cmd:'ping 127.0.0.1'` with and without `--exec-exit-on-disconnect`. With the option, it does terminate process even on Linux, but does not free up the...
There is a typo in the opening JSON query. You have missed one of the opening square brackets. {"ApiKey":"...","BoundingBoxes": [ [[-90,-180],[90,180]]]} For me receiving stream from Websocat works: ``` $...
Does some workaround with `websocat` spawning subprocess instead of doing TLS work? > server moans like so: ... Can you connect to server instance of Websocat from a browser (after...
> ERR_UNKNOWN_URL_SCHEME You should try `https://localhost:4321/` and accept the certificate in browser. Websocat should reply something like `Only WebSocket connections are welcome here` if TLS connections works. After that `wss://`...
What have you tried? What do you mean by "body"? A WebSocket message? A body in `Connection: Upgrade` HTTP request used for connecting to a WebSocket? For the first one,...
You may want to use `-n` to see the error as `echo | websocat` immediately closes the connection after sending a message.
The example does not seem to prevent many paused executions from hogging as many OS threads. Pausing from `on_progress` does not seem to be significantly different from pausing from `suspend`....
Zellij 0.40.1 uses CPU even when it should be idle. It issues syscalls (including filesystem) periodically. Here is a minute of idling syscalls: ``` % time seconds usecs/call calls errors...
Firefox 115.3.0esr on Linux Debian with i3 on Xorg, with a number of extensions installed and `user-chrome.css` snippets active. Trying on a clean Firefox profile: the bug is still reproducible....