at://edavis.dev/app.bsky.feed.post/3koxt3xr3iw2b

Back to Collection

Record JSON

{
  "$type": "app.bsky.feed.post",
  "createdAt": "2024-03-31T05:37:13.356Z",
  "embed": {
    "$type": "app.bsky.embed.record",
    "record": {
      "cid": "bafyreiap2u4rdod2ow5qjpdknmoimdhuhilkrv5vtfmsdn675tfz6tur3q",
      "uri": "at://did:plc:4nsduwlpivpuur4mqkbfvm6a/app.bsky.feed.post/3kowzwjfzsc2y"
    }
  },
  "langs": [
    "en"
  ],
  "text": "HA, figured it out. Default websocat buffer size is 65536 bytes. Was getting an event larger than that, so websocat was sending first 65536 bytes in one message then remaining byte in second message which my parser couldn't handle.\n\n`websocat -B 1048576` feels about right."
}