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
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
I tried using the example Underlist application by running http-server, its fetching lists and tasks in it through http call but if I make any update in web app of Wunderlist, Underlist is not updated with latest changes. I tried to see the errors and found this error
WebSocket connection to 'wss://socket.wunderlist.com:8443/api/v1/sync?client_id=d63bcf15740b10b6790a&access_token=ACCESS-TOCKET&client_device_id=undefined&client_instance_id=undefined' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
How can I get latest updates of webapp in Underlist by sockets? Do I have to change the domain of my application to localhost to enable sockets or is there any other way by which I can use long poling or sockets to get latest content on application?
The text was updated successfully, but these errors were encountered:
I tried using the example
Underlist
application by runninghttp-server
, its fetching lists and tasks in it through http call but if I make any update in web app of Wunderlist, Underlist is not updated with latest changes. I tried to see the errors and found this errorHow can I get latest updates of webapp in Underlist by sockets? Do I have to change the domain of my application to
localhost
to enable sockets or is there any other way by which I can use long poling or sockets to get latest content on application?The text was updated successfully, but these errors were encountered: