1

When I close the connection with a web socket by ws.close() on a client side. The disconnected Azure Function is not triggered. Please help! My binding is:

{
"bindings": [{
"type": "webPubSubTrigger",
"direction": "in",
"name": "data",
"hub": "hubName",
"eventName": "disconnected",
"eventType": "system"
}]
}

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Meyssam Toluie Mar 09 '22 at 20:28

0 Answers0