void Update()
 {
 #if !UNITY_WEBGL || UNITY_EDITOR
     ws?.Dispatch();
 #endif
 }