Skip to content

Commit 37c6cee

Browse files
authored
Update Gateway.php
1 parent 19edf54 commit 37c6cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gateway.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Gateway
4848
* 与Gateway是否是长链接
4949
* @var bool
5050
*/
51-
public static $persistentConnection = true;
51+
public static $persistentConnection = false;
5252

5353
/**
5454
* 向所有客户端连接(或者 client_id_array 指定的客户端连接)广播消息

0 commit comments

Comments
 (0)