const pubSub = new PubSubClient('ws://localhost:3001', { connect: true, reconnect: true, }) const topicName = 'abc' pubSub.subscribe(topicName, (message) => ...
確定! 回上一頁