We are trying to define a Service Fabric Stateless Service which listeners for UDP data.
We are working with Microsoft who have said that it IS supported and that I
Since only Protocol http/https and tcp are supported. I guess you can't do a udp protocol kinda thing. Udp isn't reliable. We were able to use SignalR, but Udp doesn't work I guess.
Edit: You can see in my other Post that Udp is working now.