how to get session id of socket.io client in Client

后端 未结 8 903
谎友^
谎友^ 2020-12-07 15:44

I want to get session id of client in my socket.io client.

here is my socket.io client :

var socket = new io.Socket(config.host, {port: config.port,          


        
8条回答
提交回复
热议问题