Skip to content

Commit 9718ac5

Browse files
committed
clean
1 parent 6f7e42a commit 9718ac5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

js/network/onewaydata/changelog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@
1010
# 6.0.0
1111

1212
* Start Changelog
13-
* Use node protocol
14-
* Completed Readme
1513
* Better handling of badly formatted requests
1614
* Set reconnection time to 10000ms
1715
* Add possibility to change reconnection time with reconnectionTime
18-
* Removed a weird condition
1916
* Simplify code with optional chaining
2017
* Fix reconnection
2118
* Replaced path option with general purpose condition

js/network/onewaydata/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ eventStream.sendWithCondition({
4848
data: `latitude434521, longitude`,
4949
event: "fire"},
5050
function (request, response) {
51+
// assumes some request have this property set before hand
5152
return request.isFirefighter; // only send to isFirefighter === true
5253
});
5354
```

0 commit comments

Comments
 (0)