Add state annotations in SonarWebSocketImpl

Summary: These will be displayed in the sonar diagnostics screen, for troubleshooting connection issues.

Reviewed By: danielbuechele

Differential Revision: D9150552

fbshipit-source-id: c6d65fba86e7564fbb004aaa7b0303a1d5952e5d
This commit is contained in:
John Knox
2018-08-07 09:42:15 -07:00
committed by Facebook Github Bot
parent 55ca14ee41
commit a0b9d23d40
2 changed files with 17 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
#include <memory>
#include <string>
#include <Sonar/SonarStep.h>
class SonarStep;
class SonarStateUpdateListener;