Closed chrisparsons83 closed 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.
We can also use this to make sure we've kept our connection.
https://blog.bitsrc.io/polling-in-react-using-the-useinterval-custom-hook-e2bcefda4197
This got resolved when I fixed #49.
Easiest way to do this is probably do a check every minute or two to see how many messages exist on the server.