Joey
✅ SignalR trigger for Azure Function (isolated) does not trigger.
Trying to set up a SignalR trigger that recieves a message from the client. The negotiate work fine, and the connection gets established. I see the message being sent from the client as well, but my function never triggers.
The message that gets sent:
{"arguments":["Hello from client"],"invocationId":"0","streamIds":[],"target":"sendMessage","type":1}
Azure function:
47 replies