Add state annotations in SonarWebSocketImpl

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

Reviewed By: passy

Differential Revision: D9117508

fbshipit-source-id: 6481f127b908fa539fe1fed1e268a28fa357d6f8
This commit is contained in:
John Knox
2018-08-03 07:34:44 -07:00
committed by Facebook Github Bot
parent c7858c62f7
commit 195f87f5c9
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;