chrisparsons83 / thebabbles.club

Website for the Babbles.
0 stars 0 forks source link

Do a poll in the background to clean up missing messages. #43

Closed chrisparsons83 closed 2 years ago

chrisparsons83 commented 2 years ago

Easiest way to do this is probably do a check every minute or two to see how many messages exist on the server.

chrisparsons83 commented 2 years ago

We can also use this to make sure we've kept our connection.

chrisparsons83 commented 2 years ago

https://blog.bitsrc.io/polling-in-react-using-the-useinterval-custom-hook-e2bcefda4197

chrisparsons83 commented 2 years ago

This got resolved when I fixed #49.