It seems the Comments Box fetches new comments (by other people) only on component reload. Does anyone know any other ways to make the box to fetch updates than reload? I would rather avoid the reload as it naturally clears the input box in case the visitor is in the midst of writing a comment.
The only option I can currently think of is to write my own comment box UI component (read comments via API, render, trigger updates via push from my own service), but doing that sounds rather dumb. (At least when the sole purpose would be to get the damn thing to update itself.)