how to write azure signalR hub methods in azure functions

  • Thread starter Thread starter nchehe
  • Start date Start date
N

nchehe

Guest
hello guys.

I've created an azure function named "negotiate" for signalR negotiation. the method name is "Run" which returns SignalRConnectionInfo.

so in my javascript client, via my webapi as middleware, the negotiate works, and I can start the signalR connection.

How do I then create other signalR methods in azure functions, which is invokable via the javascript signalR object ?

Do I have to write them in the same function where the negotiate is ? Or can I write in separate azure functions ?


any help is greatly appreciated

Continue reading...
 
Back
Top