Commitcec84340Recorded14 Jul 2026Repositorysigil-websocket

sigil-websocket: v0.10.3

Message

Release the config-gate (native-only socket/tls/crypto deps excluded from the web build) and the ws-receive fix (a still-CONNECTING browser socket reports #f 'no data yet' instead of 'closed', via sigil-wasm-net's readyState accessor in sigil 0.17.13).

Changed
 package.sgl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
package.sglmodified
@@ -8,7 +8,7 @@
8
9
(package
10
name: "sigil-websocket"
11
version: "0.10.2"
+11
version: "0.10.3"
12
sigil: "^0.17"
13
description: "WebSocket protocol library — client + server, with TLS"
14
url: "https://codeberg.org/sigil/sigil-websocket"