File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ WebSockets change log
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 0.2.0 / 2019-09-29
7
+
8
+ * Fixed * Skipped installation of bin bin/xp.xp-forge.web* error
9
+ when installing with Composer
10
+ (@thekid )
11
+
6
12
## 0.1.0 / 2019-09-23
7
13
8
14
* Hello World! First release - @thekid
Original file line number Diff line number Diff line change @@ -42,4 +42,9 @@ var ws = new WebSocket('ws://localhost:8081/echo');
42
42
ws.onmessage = (event) => console.log(event.data);
43
43
44
44
ws.send(' Hello' ); // Will log " You said: Hello" to the console
45
- ` ` `
45
+ ` ` `
46
+
47
+ See also
48
+ --------
49
+
50
+ * [WebSocket chat based on Redis queues](https://gist.github.com/thekid/7f11a62e0a57d18588694f058ebcc38a)
Original file line number Diff line number Diff line change 15
15
"require-dev" : {
16
16
"xp-framework/unittest" : " ^9.0 | ^8.0 |^7.0"
17
17
},
18
- "bin" : [" bin/xp.xp-forge.web " ],
18
+ "bin" : [" bin/xp.xp-forge.ws " ],
19
19
"autoload" : {
20
20
"files" : [" src/main/php/autoload.php" ]
21
21
}
You can’t perform that action at this time.
0 commit comments