GCMartijn
GCMartijn
I also need each (visible) layer x and y (top left) information like the question above. I already transform the output in some way. And now I'm trying to solve...
added new test case, tested in osx. You can close this ticket if you think about not supporting multiple windows.
I was testing this code for making my own epp client code, and the fix seem working. The only thing is i'm using strict mode and the latest nodejs. I...
lol i dont know how, i dont use github like that Op 10 nov. 2015 19:45 schreef "William Travis Holton" < [email protected]>: > @gcmartijn Would you mind creating a pull...
sorry, i'm not using git that way, and only take a small part of your big/little endian code. the read socket part. :-) using copy/past. for a local test script...
I have the same situation, except i'm using xcode swift. what I'm trying is this https://github.com/daltoniam/Starscream websocket connection Everything is working except sending a test string back to nodejs. ```...
@lpinca Oke, i thought engine.io will work, but trying faye now. Don't know if this is slower then engine.io and support query strings in the url. Is it oke to...
@lpinca oke, a quick test with faye gives me now something more. Sending this ``` socket.writeData(("incoming::spark:test").dataUsingEncoding(NSUTF8StringEncoding)!) socket.writeString("primus::incoming:test") socket.writeString("primus::incoming::datatest") socket.writeString("primus::incoming::data::test") socket.writeString("primus::incoming::data:test") socket.writeString("primus::outgoing::datatest") socket.writeString("primus::outgoing::data:test") ``` Gives me now: ``` incoming { data:...
@3rd-Eden that was a stupid test... This was because I din't receive any message server-side, and than you do some things like this. But when I want to send a...
@lpinca I thought so, a single byte is oke for now. I'm in a situation that ios is limiting me to keep the connection open when the app is in...