Committed by
GitHub
Fix initial join response handling (#134)
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 { |
-
请 注册 或 登录 后发表评论