const io = require("socket.io-client"); const socket = io("ws://example.com/my-namespace", { reconnectionDelayMax: 10000, auth: { token: ...
確定! 回上一頁