Robrecht Wellens

Results 11 comments of Robrecht Wellens

We are getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH from Chrome and SSL_ERROR_NO_CYPHER_OVERLAP in FireFox trying to use self-signed certificates. We do not use NodeJs. Could this be related to this?

I'm trying to connect to a server set up with React/Ratchet php. Results openssl s_client > Protocol TLS 1.2, used cipher: ECDHE-RSA-AES256-GCM-SHA384 But our websocket is using port 8080, and...

We have ZeroMQ installed in PHP. The server, hosting the application, only supports TLS 1.2. It's the same for all our servers, don't think they want to change that...

@oberstet ZMQ is used with React, React by Ratchet and the Ratchet documentation and examples showed use of AutobahnJS on client side. `If you choose to build your application on...

I could use this enhancement. At least you should listen to any change. If we set the value of the textarea through $('textarea').val('Some String'); the count is not updated.

Ah, of course. I mixed up with the other input elements .. again. I had it working a few minutes after I commented my frustrations :)

Okay, thx for the quick and clear answer! Congrats on this extension :) awesomeness! Just another quick question: Say, a user subscribes to a newsfeed (model Newsfeed) should I link...

I see, so for chat between Users the User model would be subscriber, and the ChatRoom model the channel (behaviour usage). 2 or more User can then subscribe to events...

I'm on a thight shedule myself, but since I would really like to use this in the project seems I've no choice ;) I'll see what I can come up...