sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server
http://sta.github.io/websocket-sharp
MIT License
5.73k stars 1.66k forks source link

does it run on .Net5? #675

Closed WGcode400 closed 3 years ago

WGcode400 commented 3 years ago

I created a console app on net5.0 and copied all files from Example 3 and everything seems to work but when I go to localhost, it says 404 not found. I check the paths and everything seems to work ControlDisplayApp.zip .

WGcode400 commented 3 years ago

Just kidding my path was incorrect and I fixed it ControlDisplayApp (2).zip