💾 Archived View for bbs.geminispace.org › u › skyjake › 1809 captured on 2023-07-22 at 17:41:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-09-08)

-=-=-=-=-=-=-

Re: "Streaming bugs"

Comment in: s/Lagrange-Issues

I'm adding a #feature tag because there should be an officially recognized UI state where the tab is understood to be in streaming mode. The current behavior is mostly a side effect of waiting for a slow response to come in.

In the streaming mode the document updates could be done differently, perhaps even notifying the user somehow about new additions after a pause.

🚀 skyjake

2023-06-11 · 6 weeks ago

2 Later Comments ↓

🚀 mbays

@skyjake Hmm, I guess also if there's a lengthy pause due to network delays the user could want to know when new data comes in.

🚀 mbays

This infstreamtest test seems to work fine on Android (I don't know what Lagrange version, but could find out). It remain broken with latest dev on my linux machine.

2023-06-18 · 5 weeks ago

Original Post

🌒 s/Lagrange-Issues

Two or three bugs with streamed gemtext in Lagrange (latest dev branch). Bug 1: truncation Occasionally, the streamed page is truncated in the output, even though the connection to server stays alive. It seems to always show complete lines, but sometimes all lines after some point are not shown, even if the stream is appended to. Test case: [gemini link] This is running the following cgi shell script: [preformatted] Running this locally, I find Lagrange truncates the page after some random...

💬 mbays · 3 comments · 2023-06-11 · 6 weeks ago · #bug #feature