We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6342c52 commit 4280b7bCopy full SHA for 4280b7b
README.md
@@ -39,7 +39,7 @@ php start.php status
39
<script src='//cdn.bootcss.com/socket.io/1.3.7/socket.io.js'></script>
40
<script>
41
// 初始化io对象
42
-var socket = io('http://'+document.domain+':3120');
+var socket = io('http://'+document.domain+':2120');
43
// uid 可以为网站用户的uid,作为例子这里用session_id代替
44
var uid = '<?php echo session_id();?>';
45
// 当socket连接后发送登录请求
0 commit comments