💾 Archived View for bbs.geminispace.org › u › skyjake › 1809 captured on 2023-09-08 at 17:52:52. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-07-22)
-=-=-=-=-=-=-
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.
2023-06-11 · 3 months ago
@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.
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 · 3 months ago
Now I have seen the same truncation bug on Android (not with the test script linked above, but with something else similar which prints more on each line). The client becomes entirely unresponsive and needs to be restarted. (This may have been a fairly old version of lagrange for android, but the same bug is still observed on linux desktop with yesterday's latest git.)
2023-07-31 · 6 weeks ago
v1.16.7 has a workaround for Bug 1 and resolves Bug 2.
Testing with Gemski, sometimes the updated content has a partial line, with incomplete ANSI sequences of course. I should still improve this to ensure that during streaming updates only complete lines are included in the page.
2023-08-11 · 4 weeks ago
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 · 5 comments · 2023-06-11 · 3 months ago · #bug #feature