I am trying to program the websocket client for HoloLens using System.Net.Sockets;. It works in Unity, but when I try to build it for HoloLens, I get errors like:
Socket does not contain a definition of Connect
Websocket libraries for Unity also do not work. How can I create a websocket client for HoloLens?
source
share