Windows UWP-Support
See original GitHub issueHi, I want to use colyseus in a project where I have to write a Unity Windows UWP App. When I wanted to build the project, I got an error message because the WebSocket implementation doesn’t work on UWP. Now I thought I could add another preprocessor-directive in WebSocket.cs and write the needed functions with a WebSocket implementation for UWP (https://docs.microsoft.com/en-us/windows/uwp/networking/websockets).
I just wanted to make sure, which functions I have to write for this. I’m thinking, it’s
Send()
Recv()
Connect()
Close()
am I right?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
What's a Universal Windows Platform (UWP) app?
UWP is one of many ways to create client applications for Windows. UWP apps use WinRT APIs to provide powerful UI and advanced...
Read more >UWP Documentation - UWP app developer
The Universal Windows Platform (UWP) lets you build apps for any Windows device—PCs, Xbox One, HoloLens, and more—and publish them to the Store....
Read more >Get started with the Universal Windows Platform (UWP)
Windows and the Universal Windows Platform let you build apps that work and look great across all Windows device types, or update existing...
Read more >Reference for Universal Windows Platform (UWP) apps
The Universal Windows Platform (UWP) introduces a common API that you can use to deliver unique and personal app experiences on all devices...
Read more >Microsoft is finally dropping UWP app support for Windows ...
Microsoft dropped a surprise announcement on developers of UWP apps. The company is transitioning support to the Windows App SDK for Windows ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@endel okay this
Emit()
-function still is a bit mysterious for me, as I can’t find it in any documentation. But I’ll try to get this working for UWP next week. By the way thanks for your great support! 😃Thanks for this! Closing as it was implemented by yourself here 😃 https://github.com/gamestdio/colyseus-unity3d/pull/10