Samsung / Dexter

Dexter is a static analysis platform to find and remove defects efficiently and immediately during the coding-time.
BSD 2-Clause "Simplified" License
56 stars 33 forks source link

[dexter-monitor] Empty data displayed, when at least one dexter-server is busy #94

Closed KarolAntczak closed 7 years ago

KarolAntczak commented 8 years ago

When one of dexter-server instances is busy (it is performing analysis), dexter-monitor displays 0s instead of correct numbers:

image

marchpig commented 8 years ago

It may need some timout handling code for busy servers.

marchpig commented 8 years ago

Fixed this issue : https://github.com/Samsung/Dexter/pull/95