Minor doc corrections
This commit is contained in:
parent
51d2d0b340
commit
3f64caf8cb
@ -15,7 +15,7 @@ interface ConnectionInterface {
|
|||||||
/**
|
/**
|
||||||
* Send data to the connection
|
* Send data to the connection
|
||||||
* @param string $data
|
* @param string $data
|
||||||
* @return ConnectionInterface
|
* @return \Ratchet\ConnectionInterface
|
||||||
*/
|
*/
|
||||||
function send($data);
|
function send($data);
|
||||||
|
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
, "outdir": "reports/ab"
|
, "outdir": "reports/ab"
|
||||||
|
|
||||||
, "servers": [
|
, "servers": [
|
||||||
{"agent": "Ratchet/0.2.4 libevent", "url": "ws://localhost:8002", "options": {"version": 18}}
|
{"agent": "Ratchet/0.2.5 libevent", "url": "ws://localhost:8002", "options": {"version": 18}}
|
||||||
, {"agent": "Ratchet/0.2.4 libuv", "url": "ws://localhost:8005", "options": {"version": 18}}
|
, {"agent": "Ratchet/0.2.5 libuv", "url": "ws://localhost:8005", "options": {"version": 18}}
|
||||||
, {"agent": "Ratchet/0.2.4 libev", "url": "ws://localhost:8004", "options": {"version": 18}}
|
, {"agent": "Ratchet/0.2.5 libev", "url": "ws://localhost:8004", "options": {"version": 18}}
|
||||||
, {"agent": "Ratchet/0.2.4 -utf8", "url": "ws://localhost:8003", "options": {"version": 18}}
|
, {"agent": "Ratchet/0.2.5 -utf8", "url": "ws://localhost:8003", "options": {"version": 18}}
|
||||||
, {"agent": "Ratchet/0.2.4 streams", "url": "ws://localhost:8001", "options": {"version": 18}}
|
, {"agent": "Ratchet/0.2.5 streams", "url": "ws://localhost:8001", "options": {"version": 18}}
|
||||||
, {"agent": "AutobahnTestSuite/0.5.9", "url": "ws://localhost:8000", "options": {"version": 18}}
|
, {"agent": "AutobahnTestSuite/0.5.9", "url": "ws://localhost:8000", "options": {"version": 18}}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user