davidliu
Committed by GitHub

Fix initial join response handling (#134)

@@ -465,7 +465,7 @@ constructor( @@ -465,7 +465,7 @@ constructor(
465 465
466 if (!isConnected) { 466 if (!isConnected) {
467 // Only handle joins if not connected. 467 // Only handle joins if not connected.
468 - if (response.join != null) { 468 + if (response.hasJoin()) {
469 isConnected = true 469 isConnected = true
470 startRequestQueue() 470 startRequestQueue()
471 try { 471 try {