你好 请问我
const connection = new HubConnectionBuilder()
.withUrl(${httpApi}/signalr-hubs/notification
, {
accessTokenFactory: () => token,
})
.withAutomaticReconnect()
// .configureLogging(LogLevel.Trace)
.build();
加入 .withAutomaticReconnect()这个函数就会报错,请问大佬是什么原因呢?
0 个回复