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
@omorandi I added your module to my Titanium IDE today and received warnings about missing semi colons.
I didn't try to run my app before I removed the warnings so I'm not sure if it would have worked without removing the warnings. I didn't realise when I started just how many warnings there were. Turned out to be over 1000. I can probably let you have the updated files if you need them.
My main reason for posting is more of a question than an issue.
Could you please explain the difference between using tiws with "plain" websockets and socket.io / now.js?
The text was updated successfully, but these errors were encountered:
@omorandi looks like the warnings about the missing semi colons are not important in the IDE.
However I am struggling to correctly add the module to the IDE.
I have tried 2 or 3 different ways and either the IDE rejects it or I get a runtime error as shown below.
Could you please check if the module can still be added to the IDE and what the procedure is.
I worked through the notes provided by Appcelerator and it indicated it's not valid for version 6.0.x of the IDE.
Must be something wrong with my code in the app because when I add the module to a new "blank" app the websocket is fine for SDK 6.0.0. Strangely though if I disable the tiws module my app runs fine.
@omorandi I added your module to my Titanium IDE today and received warnings about missing semi colons.
I didn't try to run my app before I removed the warnings so I'm not sure if it would have worked without removing the warnings. I didn't realise when I started just how many warnings there were. Turned out to be over 1000. I can probably let you have the updated files if you need them.
My main reason for posting is more of a question than an issue.
Could you please explain the difference between using tiws with "plain" websockets and socket.io / now.js?
The text was updated successfully, but these errors were encountered: