Skip to content

Commit 6010a0f

Browse files
author
Devendra
committed
fixing test 4 for presence
1 parent 713e758 commit 6010a0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/examples/presenceTest350.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@
237237
"actor": ["subscribe", channelB, 0],
238238

239239
"listener": [
240+
["leave", channelA, 5000],
241+
["join", channelA, 5000],
240242
["join", channelB, 5000]
241243
] // when more than two rules are in an array, they:
242244
// can happen in any order
@@ -246,7 +248,9 @@
246248
2: {
247249
"actor": ["unsubscribe", channelA, 0],
248250
"listener": [
249-
["timeout", channelA, 720000]
251+
["leave", channelA, 5000],
252+
["leave", channelB, 5000],
253+
["join", channelB, 5000]
250254
]
251255
}
252256
}

0 commit comments

Comments
 (0)