TechOverflow
TechOverflow
Hi all, I have a problem with my WS server. One or more of the clients that are connecting are causing huge problems, which lead to all other clients randomly...
``` $MyApp = new Server(); $Server = new Ratchet\WebSocket\WsServer( $MyApp ); $app = new Ratchet\Http\HttpServer( $Server ); $loop = React\EventLoop\Factory::create(); $websockets = new React\Socket\Server('0.0.0.0:1337', $loop); $websockets_server = new Ratchet\Server\IoServer($app, $websockets,...
I think it would be useful if it was not possible to repeatedly ask for password reset. Although unlikely, it would also deter brute-force bots. Would anyone happen such a...
I have created packages based on WSDLs for both the client and server. I'm creating a server that listens for requests from clients and would like to parse those requests...
I think it would be useful for various future implementations of auth methods to have a simple (optional) md5 password field for users.
I get this deprecated warning using this library, which otherwise works flawlessly. `PHP Deprecated: DOMElement::__construct(): Passing null to parameter #3 ($namespace) of type string is deprecated in /var/www/html/***/***/***/assets/vendor/servo/fluidxml/source/FluidXml/FluidInsertionHandler.php on line...
Is there any way to get the output to be formatted like this with the property as its own field? ``` [ { "keyword": "required", "pointer": "", "property": "eventType", "message":...
I'm having trouble translating strings dynamically. It seems that this is because the translation is loaded after the rest of the code. main.js (script linked in head) ``` function _T(key)...
Hi, thanks for your work on this. I have a rebranded TK102. Upon setting everything up, I get ``` 17:55:59 (#15) New connection from xx.xx.xx.xx:52331 17:55:59 (#15) Not recognized=##,imei:864894030xxxxxx,A; 17:56:29...
Hi Collin, I've been collaborating with Outlandnish who did a great job updating to the newer _V2 IDF features, however there's some underlying issue when both buses are used at...