You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Making it asynchronous could cause more trouble, as client updates could happen out-of-order, and without "serialization" this could have side effects or errors. The library was not designed to synchronize concurrent client updates.
Warning in the browser console:
gowut-v1.3.0.js:244 :
Maybe there is an option to make the call asynchronous to avoid problems with the browser hang when the connection is lost during a call?
The text was updated successfully, but these errors were encountered: