Hi,
In ASP 4 I would use TcpClient which is not implemented in ASP Core 1 so how can I notify Universal Windows App which run on Raspberry Pi 2? I found SignalR2 do perfectly what I need in ASP 4, but I can't run ASP 4 on RPi2. TcpClient on ASP5 is not implemented.
WebSocket disconnects on every new page client loads so that is not solution, I tried that way, I connect on startup, but then I navigated to another webpage and webclient get disconnect.
Thanks for any help!