4.2.10 连接事件 event_connect
io.on('connect',socket=>{
// ...
})
io.of('/admin').on('connect',socket=>{
// ...
})Last updated
Was this helpful?
io.on('connect',socket=>{
// ...
})
io.of('/admin').on('connect',socket=>{
// ...
})Last updated
Was this helpful?
Was this helpful?