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
Did some more testing and I can get around it by omitting the "server" argument passed to the constructor and instead passing server as a querystring param.
Hi,
I've got spacebrew running on a local server and can connect clients from iPhones, iPads etc but for some reason it fails on windows phone (10):
try {
this.sb = new Spacebrew.Client({server: this.server});
this.sb.name(this.appName);
this.sb.connect();
} catch (e) {
alert(e);
}
I just get TypeError: Invalid calling object
Any ideas?
The text was updated successfully, but these errors were encountered: