Skip to content

Commit 88c4ce4

Browse files
committed
πŸ“¦ v3.0.1
- πŸ‘¨β€πŸ’» Make sure call-check-loop spins even on rare MongoDB errors - 🀝 Support `[email protected]` __Dependencies__: - πŸ“¦ `[dev]` `[email protected]`, *was `v4.6.3`* - πŸ“¦ `[dev]` `[email protected]`, *was `v4.6.0`*
1 parent 732857b commit 88c4ce4

File tree

5 files changed

+36
-1845
lines changed

5 files changed

+36
-1845
lines changed

β€Ž.versions

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
22
3-
3+
44
55
66
@@ -25,32 +25,32 @@ [email protected]
2525
2626
2727
28-
local-test:ostrio:[email protected].0
28+
local-test:ostrio:[email protected].1
2929
3030
3131
meteorhacks:[email protected]
3232
meteortesting:[email protected]
3333
meteortesting:[email protected]
3434
meteortesting:[email protected]
3535
36-
36+
3737
3838
39-
mongo@1.14.6
40-
39+
mongo@1.15.0
40+
4141
4242
4343
4444
45-
45+
4646
practicalmeteor:[email protected]_1
4747
4848
4949
5050
5151
5252
53-
socket-stream-client@0.4.0
53+
socket-stream-client@0.5.0
5454
5555
5656

β€Žindex.js

+1
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ module.exports = class JoSk {
470470
this.__aquireLock((lockError, success) => {
471471
if (lockError) {
472472
this._debug('[__runTasks] [__aquireLock] Error:', lockError);
473+
this.__setNext();
473474
} else if (!success) {
474475
this.__setNext();
475476
} else {

0 commit comments

Comments
Β (0)