3

I've seen that my cloudboost app is constantly doing this call:

https://realtime.cloudboost.io/socket.io/?EIO=3&transport=polling&t=1455824292764-0

And this error is returned:

[Error] Failed to load resource: A server with the specified hostname could not be found. (socket.io, line 0)

How can I disable realtime?

animuson
  • 53,861
  • 28
  • 137
  • 147
Gabriel Anglada
  • 191
  • 1
  • 8

1 Answers1

0

You can disable realtime when you init your CloudApp.

CB.CloudApp.init('https://api.cloudboost.io', 'Your AppID', 'YourAppKey',{disableRealtime : true});

Nawaz Dhandala
  • 2,046
  • 2
  • 17
  • 23