Closed red-gezi closed 4 years ago
Could you please provide a minimalistic project setup and share it online? Then I would be able to debug into the issue. Thanks
I did build an example project for your special case.
Example Source-Code: #50.zip
Hope that helps you to build up your application.
Edit: In your case, you can't use ConnectionEstablished within the client application, since that method will only be triggered if you establish a UDP connection, which isn't the case in your example project.
The connection's result will be stored within the out parameter you provide.
Thanks very much
when i send a message it will trigger InvokePacketThreadException,what should i do?