16 Debug.Log(
"OnUpdate called " + msg);
20 Debug.Log(
"OnSubscriber called " + msg);
24 Debug.Log(
"OnStale called " + msg);
28 Debug.Log(
"OnDropped called " + msg);
Abstract class for a control stream that contains the function prototypes for the server callback fun...
virtual void onUpdate(string msg)
virtual void onSubscriber(string msg)
virtual void onStale(string msg)
virtual void onDropped(string msg)
void sendMessage(string request)