#Automatically render service
6 messages · Page 1 of 1 (latest)
With the observable is not possible?
you need a websockets, that will return an observable. But it's not as straight-forward as you think.
An observable just represents a stream of data. If you make an HTTP request, you'll get a stream of one response. But you can, for example, create an observable that will do a request every 10 seconds. It's your job to do that though: it won't happen magically.
I understood! Somehow he needs to 'be called'. is this?