Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Hololens server communication('MessageWebSocket' does not contain a definition for 'MessageRecieved'

Hey All

After countless failed attempts and rigorous search, I'm still stuck with which I assume a very straightforward issue.
I'm building a socket communication channel between a Hololens(client) and a python server and I am successfully able to make a connection between them using a MessageWebsocket too.
Now When I use "MessageReceived"( https://docs.microsoft.com/en-us/windows/uwp/networking/websockets )event to handle the message from the server, Unity while building simply gives me a message that MessageWebsocket doesn't contain MessageRecieved event :

"error CS1061: 'MessageWebSocket' does not contain a definition for 'MessageRecieved' and no extension method 'MessageRecieved' accepting a first argument of type 'MessageWebSocket' could be found (are you missing a using directive or an assembly reference?)"

The error clearly states that its missing MessageRecieved extension but "Windows.Networking.Sockets" actually does contain the event extension.

I have even tried reimporting all the libraries still no result.

Any hints and help are appreciated.

Answers

  • Hava you solved this problem? I also meet these problems, and don't know how to do next…

Sign In or Register to comment.