- 26 Jul, 2013 1 commit
-
-
Chris Boden authored
This test demonstrates the issue with removing a client from a topic on the server side.
-
- 24 Jul, 2013 1 commit
-
-
Chris Boden authored
Created a failing unit test to prove a bug where clients aren't being cleaned up everywhere after being removed from a topic.
-
- 23 Jul, 2013 1 commit
-
-
Chris Boden authored
-
- 21 Jul, 2013 2 commits
-
-
Chris Boden authored
-
Chris Boden authored
-
- 20 Jul, 2013 7 commits
-
-
Chris Boden authored
Added the Http\OriginCheck component that will only allow connections coming from desired Origins Same host+origin policy by default: App.php, by default, will only allow connections from the given hostname Fixes #102
-
Chris Boden authored
-
Chris Boden authored
-
Chris Boden authored
Validate all messages follow WAMP protocol
-
Chris Boden authored
-
Chris Boden authored
-
Chris Boden authored
-
- 16 Jun, 2013 2 commits
-
-
Chris Boden authored
-
Chris Boden authored
-
- 15 Jun, 2013 1 commit
-
-
Chris Boden authored
-
- 09 Jun, 2013 6 commits
-
-
Chris Boden authored
host parameter of App now verified on incoming connections
-
Chris Boden authored
Conflicts: CHANGELOG.md composer.json composer.lock src/Ratchet/ConnectionInterface.php src/Ratchet/WebSocket/Version/HyBi10.php src/Ratchet/WebSocket/Version/RFC6455.php src/Ratchet/WebSocket/WsServer.php
-
Chris Boden authored
-
Chris Boden authored
-
Chris Boden authored
-
Chris Boden authored
Updated inheritance class to match API change Use new Guzzle Header class when searching for values Lock Ratchet into using Guzzle 3.6 to future-proof
-
- 02 Jun, 2013 2 commits
-
-
Chris Boden authored
-
Chris Boden authored
-
- 01 Jun, 2013 3 commits
-
-
-
Barbarrosa authored
I encountered the following error while attempting to use Ratchet. The __toString version of the request should contain the proper value, and retrieving the string before converting to an int would prevent this typecasting issue. Notice: Object of class Guzzle\Http\Message\Header could not be converted to int in [file system path]\vendor\cboden\ratchet\src\Ratchet\WebSocket\Version\HyBi10.php on line 7
-
Barbarrosa authored
I encountered the following error while attempting to use Ratchet. The __toString version of the request contained the correct value (13), so I cast the result to a string before casting it to an integer. Notice: Object of class Guzzle\Http\Message\Header could not be converted to int in [file system path]\vendor\cboden\ratchet\src\Ratchet\WebSocket\Version\RFC6455.php on line 53
-
- 31 May, 2013 2 commits
-
-
Chris Boden authored
Ratchet does not work with guzzle/http 3.6
-
Gabriel Bull authored
Getting this error Object of class Guzzle\Http\Message\Header could not be converted to int
-
- 29 May, 2013 1 commit
-
-
Chris Boden authored
-
- 28 May, 2013 1 commit
-
-
Chris Boden authored
-
- 09 May, 2013 3 commits
-
-
Chris Boden authored
-
Chris Boden authored
Conflicts: README.md
-
Chris Boden authored
AbFuzzyServer is now first class EchoServer Updated meta files Cleaned up a WAMP unit test slightly composer alpha7
-
- 08 May, 2013 1 commit
-
-
Chris Boden authored
HTTP and Routing Fixes #89 Fixes #15
-
- 02 May, 2013 1 commit
-
-
Chris Boden authored
-
- 01 May, 2013 5 commits
-
-
Chris Boden authored
Refs #89
-
Chris Boden authored
-
Chris Boden authored
-
Chris Boden authored
-
Chris Boden authored
-