wunderlist.js icon indicating copy to clipboard operation
wunderlist.js copied to clipboard

Added config option to enable/disable WebSockets

Open vpiskunov opened this issue 7 years ago • 3 comments

Due to WebSockets being refused by the server, a workaround is to disable WSS by default, and enable only when needed & if it is working by passing 'sockets': true to the constructor when creating a new instance (see issue #7 ) NB: typo on commit comment, option name is 'sockets', not 'websockets'

vpiskunov avatar Feb 04 '17 23:02 vpiskunov

@vpiskunov do you have your own distribution until and if this gets merged?

Diolor avatar May 27 '17 20:05 Diolor

I have a forked repo with this patch applied, look at https://github.com/vpiskunov/wunderlist.js

Let me know if you need anything else

vpiskunov avatar May 28 '17 08:05 vpiskunov

@vpiskunov could you compile the wunderlist.sdk.min.js in your forked repo (Or tell me how I can compile it myself) so I can replace my official wunderlist.sdk.min.js with yours (Getting tired of the error message by now ;-))

timenengwerda avatar Jul 14 '17 16:07 timenengwerda