Abe Pazos

Results 279 comments of Abe Pazos
trafficstars

The latest version should implement a first attempt at this, but I do not work with Python Mode. Could you maybe give it a try @jdf ? BTW, in see...

Hi, do you know how to compile the library yourself? In this line https://github.com/alexandrainst/processing_websockets/blob/master/src/websockets/WebsocketServerEvents.java#L52 you could forward the `statusCode` and the `reason` to ctrl.remove(), then check those values and decide...

I looked into it. I pointed you at the wrong file. The right files are WebsocketClient.java and WebsocketClientEvents.java. In the second file, find @OnWebSocketError. When that happens it should call...

A fancier version would deal with reconnecting automatically inside the library, and either cue or discard messages when trying to send them while the connection is down (currently it will...

Basic support for SSL was added yesterday. Maybe you can give it a try see if it works for you.

Hi @b4r7, Do you have a specific fix in mind? Maybe adding private Method webSocketError; to `WebsocketClient.java` which will get called on error, and being able to have void webSocketError(String...

I wonder if it is because of this: https://stackoverflow.com/questions/44882256/jetty-websocket-idletimeout Something to test.

Not sure if this helps, but if something expects `unsigned char *` from an ofImage, you can do `theImage.getPixels().getData()`. `getPixels()` returns a reference, and `getData()` the old `unsigned char *`.

Hi @edgar79 :) Any chance you could share what commands are required to build a working jpen? Should I maybe use your fork? Thank you! Ah I see I can...

Hi @edgar79 :) I'm giving a try to this library https://github.com/lectureStudio/stylus/issues/3 It would make it much easier for me because I can just add one line to my build.gradle.kts file...