AirConsole / airconsole-unity-plugin

A plugin for Unity to develop for AirConsole
http://developers.airconsole.com/#/guides/unity
GNU Lesser General Public License v3.0
69 stars 19 forks source link

Problem with websockets debugging with Visual Studio 2015 #10

Closed SrZorro closed 3 years ago

SrZorro commented 7 years ago

The problem: Firing up the Visual Studio 2015 debugger ('Attach to Unity and Play'). The websocket is closed and becomes unrecheable by the client and the game is not playable.

Replaying the error:

How to fix it: This bug is a known bug from the library "Websocket-sharp" that AirConsole uses for handle websockets and is reported in this link

In that same issue, the user Tazpa wrote a fix for this problem linked here

Pull request:

I made a pull request with a fixed version of the websocket-sharp.dll with the changes that the user Tazpa commented in the issue from the plugin

Pull request with the fix

Note: This is my first issue and pull request in github. Im not sure if everything i did its correct about how to make an issue and a pull request to fix it. Please forgive me if something its not done right.