User24 By default it only shows a new post available yellow box or similar stuffs

Yep, that's what I mean - the new post notification shows up instantly without window being active or any user interaction.

Earlier posts here implied that this is not the case and that pusher will only update that there are new posts when there is user interaction.

As for the posts in the dicussion and Pusher. New posts do not appear without interaction.
I sent a fix for this: flarum/pusher32

I don't mean the discussion list.

JohnP IDK about you but as per my knowledge I checked pusher 12-15 times but never seen posts without interaction. I mean never. And also I seen in others community also 🙂

9 days later

Ralkage I don't know why that happens. As the versioning on this extension is pretty uncommon it might have misinterpreted version compatibility somewhere.

3 months later

This extension works fine, but, this will increment views if you keep some tabs in your browser opened (and, can increase load on the server).

But, works really fine. Magical!
A good alternative when you can't use websocket.

That's what we really need! Thank you.!

    It would be interesting if someone kept working on this. Or started something similar. From the thread above, it sounds like if it is changed to actually depend on user interaction somehow, and somehow ignore if the tab isn’t open, it could work ok for a small forum and not be too server intensive.

    Why when there’s Pusher, websockets, etc.? It’s easier. And last time I used Pusher I got errors. And, I don’t like using third party services. Plus, why not? Why not experiment with polling?

    I feel like, with coding, where there’s a will, there’s a way. There’s probably a way to make polling somewhat efficient. Maybe not. But, maybe.

      010101
      The pusher sent cleared flux to third part, external.

      Yes, websocket is easy. Well documented, but I not yet did it.
      When you just want testing something with generic Nginx configuration, it's great.

      the real problem, in my opinion, is that this extension isn't a good choice if you want websocket functions.....it shouldn't be used.

      there's pusher (free until u reach the limit)
      there's kyrne websocket (now free)
      there's blomstra/realtime (professional websocket)

      these are the extensions that sould be used....

        Justoverclock

        Pusher it's not RGPD compliant.
        Everything in clear text will be exchanged with an external services (that I read).

        Justoverclock
        there's pusher (free until u reach the limit)

        Not free for mid or big forums as you mentioned.

        there's kyrne websocket (now free)

        Still with some bugs and no more support as it seems.

        there's blomstra/realtime (professional websocket)

        Didn't try it yet although it sounds good.

        Lautre-f Yeah. I feel like there’s a market for non-scalable basic JavaScript/Ajax features like this. 😊

        I’ve said it before and I’ll say it again. Haha!

        We tend to always think about, “but what if the forum gets huge!!!?!?” Yeah. What if? What if it doesn’t? I wish more people would develop basic things like this for small forums that don’t rely on tech that possibly only big sites have or tech that is for very knowledgeable people.

        I'm new to Flarum. I can't contribute like I would like.
        I need time, to understand.
        For the moment, this extension works fine. If I need less load on the server, I will change the delay.
        And, if I have many user, I will search how to free a websocket or did it myself (but I don't think I have this skills).

        The more important : This extension, Realtime Juaguard Posts, works fine, didn't depend with external resources, is free and open-source. Great! 😄

        9 days later

        This error occurs when the network changes or opens the phone browser after a period of operation in the background, log has no record of errors,.After refresh the page, return to normal .When I close the plug-in, this problem doesn't happen anymore. @1Dot

          samtto this is because this extension basically just refreshes / polls the website in an interval. If there is no network connection on your phone you receive this error. Also please note that the author of this extension is no longer preset on this community.

            7 days later

            The function of this plug-in is very good and userful.Mobile network instability is inevitable
            How do i disable these notifications ? Personally, I think it's not necessary. @luceos GreXXL

              samtto The only way to disable them is to disable the extension.

              You may want to use another realtime extension, there are some alternatives here. Since the extension author is no longer at this community, it's unlikely the extension will be fixed or upgraded again.