Thomas

Results 2 issues of Thomas

I'm using embedded sandbox and want to disable the polling for schema updates. This is my HTML document: ```html new window.EmbeddedSandbox({ target: 'body', initialEndpoint: 'https://mygqlendpoint.example', includeCookies: false, initialState: { pollForSchemaUpdates:...

**Describe the bug** I'm adding mqtt connection in openscale sync to mosquitto with username and password auth to port 1883. After saving the app crashes: ``` Build version: 0.3.5 Build...