klawr / mqtt-inspector

MIT License
2 stars 1 forks source link

Count messages properly #25

Open klawr opened 6 months ago

klawr commented 6 months ago

Problem Description The message number for backend is limitted to 100. The frontend shows 100 messages, but it we don't have information how many messages actually came in.

Proposed Solution Add counter that increments for every message received. Show that beside the number of retained messages.