在我的 Azure 函數中,我定義了一個,hubName但我似乎找不到任何文檔,這實際上是什么以及如何更改它。如果我將它從"chat"我的函數中的默認值更改為它不再起作用但它在哪里定義呢?{ "disabled": false, "bindings": [ { "authLevel": "anonymous", "type": "httpTrigger", "direction": "in", "name": "req" }, { "type": "http", "direction": "out", "name": "res" }, { "type": "signalRConnectionInfo", "name": "connectionInfo", "userId": "{userId}", "hubName": ????, <------------------------------------------ "direction": "in" } ]}
什么是 SignalR 集線器,如何重命名?
jeck貓
2022-01-07 21:22:02