We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7e42a commit 9718ac5Copy full SHA for 9718ac5
2 files changed
js/network/onewaydata/changelog.md
@@ -10,12 +10,9 @@
10
# 6.0.0
11
12
* Start Changelog
13
- * Use node protocol
14
- * Completed Readme
15
* Better handling of badly formatted requests
16
* Set reconnection time to 10000ms
17
* Add possibility to change reconnection time with reconnectionTime
18
- * Removed a weird condition
19
* Simplify code with optional chaining
20
* Fix reconnection
21
* Replaced path option with general purpose condition
js/network/onewaydata/readme.md
@@ -48,6 +48,7 @@ eventStream.sendWithCondition({
48
data: `latitude434521, longitude`,
49
event: "fire"},
50
function (request, response) {
51
+ // assumes some request have this property set before hand
52
return request.isFirefighter; // only send to isFirefighter === true
53
});
54
```
0 commit comments