mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'devel' into release-2.4
This commit is contained in:
@@ -140,6 +140,9 @@
|
||||
- Allow usage of `http` package both v1 and v2 for backward compatibility
|
||||
- Blaze weak dependency updated to v2.5.0
|
||||
|
||||
* `ddp-server@2.4.1`
|
||||
- Fix a bug where `testMessageOnConnect` has always been sent
|
||||
|
||||
## v2.3.5, 2021-08-12
|
||||
|
||||
#### Highlights
|
||||
|
||||
@@ -119,7 +119,7 @@ StreamServer = function () {
|
||||
|
||||
// only to send a message after connection on tests, useful for
|
||||
// socket-stream-client/server-tests.js
|
||||
if (process.env.TEST_METADATA) {
|
||||
if (process.env.TEST_METADATA && process.env.TEST_METADATA !== "{}") {
|
||||
socket.send(JSON.stringify({ testMessageOnConnect: true }));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user