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