atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump websocket.zig to 0261b7d (client write lock)

upstream fix: adds Io.Mutex to websocket client writeFrame() to
serialize concurrent writes (ping loop, auto-pong, close). prevents
GPF from interleaved frame headers/payloads on shared stream.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 1eb34563 a99d6cc6

+2 -2
+2 -2
build.zig.zon
··· 5 5 .minimum_zig_version = "0.16.0", 6 6 .dependencies = .{ 7 7 .websocket = .{ 8 - .url = "https://github.com/zzstoatzz/websocket.zig/archive/edeca26.tar.gz", 9 - .hash = "websocket-0.1.0-ZPISdSmqAwCbwcFtrAQC_q9cegdw-iHyrjCftgfMz-Nf", 8 + .url = "https://github.com/zzstoatzz/websocket.zig/archive/0261b7d.tar.gz", 9 + .hash = "websocket-0.1.0-ZPISddmnAwDF1Jjj9X9ICO8sAJetd3-rdRUA-vCzYfwF", 10 10 }, 11 11 .@"atproto-interop-tests" = .{ 12 12 .url = "https://github.com/bluesky-social/atproto-interop-tests/archive/35bb5638ab1e5ce71fb88a0c95953fc557ef1925.tar.gz",