We’ve just updated to the latest version of Lemmy which comes with a ton of bug fixes and an updated UI without websockets (yay, easier debugging).

You can find the full changes over at https://github.com/LemmyNet/lemmy/releases/tag/0.18.0.

This also appears to have fixed an issue with connecting to kbin instances. You should now be able to search those up in the same way as other Lemmy communities: !community@domain, but let us know if there’s any issues!

  • Southern WolfA
    link
    English
    6
    edit-2
    1 year ago

    Lol, see I thought the move away from Websockets was a bad call on their part, namely because of the reasons they gave for doing so. But, if it makes debugging easier, then that works too. xD

    Be curious how the load on the server changes moving back to HTTP instead.

    • @Stumblinbear
      link
      English
      51 year ago

      Websockets cause continuous strain on servers regardless of if the user is even interacting with the site

      With HTTP/2 or even 3, it should be much less load overall. Especially if they optimize their API a bit better.