tiws icon indicating copy to clipboard operation
tiws copied to clipboard

a very simple Titanium module (iOS / Android) for creating native websockets

Results 22 tiws issues
Sort by recently updated
recently updated
newest added

tiws seems not connect when using wss:// It fires the ''close'' event and the 'ev' object is this: {"type":"close","source":{"apiName":"Ti.Proxy","bubbleParent":true,"_events":{"open":{},"close":{},"error":{},"message":{}}},"reason":"SSL","code":0,"bubbles":false,"cancelBubble":false} OS: Android Titanium SDK: 8.2.1.GA

Is it possible to get an update for Ti SDL 8.x ? I have an clean project where I wanted to add this module, but the app keeps crashing during...

I have a error on gittio: **[email protected]:ios not found** Can someone help me?

The latest distribution version 2.0 for Android doesn't appear to work with Titanium SDK 7.0.x. When will there be an updated version? Thanks

Hi, I create a basic app with the example in app.js. All client works exept for iOS that connects but not receive messages Anyone?

There is a way to make this module compatible with the new version socket io 1.0?

I'm trying to use that library but it get error when I try to connect with socket.io [INFO] : error!"{\"code\":0,\"message\":\"Transport unknown\"}" [INFO] : error!"HTTP error" ``` var io = require('socket.io'),...

Hi @omorandi, We have an issue when we use "wss://" with raw createWS() in iOS. Websocket doesn't connect to server. If we use "ws://", then everything looks fine. Are there...