This is the week of greatest change - so enjoy the rush!
- 0.17.4 is running great,
- and the community is handling people’s questions well,
so you made the right choice.
[I will start testing 0.18 now.]
Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.
You can also find major news on join-lemmy.org
This is the week of greatest change - so enjoy the rush!
so you made the right choice.
[I will start testing 0.18 now.]
Thanks to the devs for all their hard work.
Thanks for the announcement. For those of us hoping to upgrade to 0.18.0 quickly once it's available, is this community the place to watch for a timely announcement of that, or should we be watching on GitHub or elsewhere?
By "switching entirely to HTTP", do you mean Server-Sent Events, or do you mean polling? I havent tried 0.18.0 yet, but in general polling can end up using far more resources unless you're doing something clever like passing the last update timestamp to the server and only querying the DB for new content since that timestamp (and timestamps are indexed in the DB).
Thank you for your hard work!
I don't know much about protocols. But what is the advantage of switching from websocket to http? Isn't web socket more useful for realtime data?
They're heavy on the server, and I think the old design kept one per tab, so a single user could be responsible for dozens of websockets.
Plus, it's not like we need to get our updates immediately, even though it is cool. Perhaps further down the line the code could support both and switch based on server load.