Closed devp2017 closed 6 years ago
I'm getting the same error :/
@khadeeja-alif after some digging the issue seems to happen once you update Gorilla SDK dependencies to the latest version (e.g. SocketIOClientDotNet
, EngineIoClientDotNet
). Did you update those dependencies?
We are still working on figuring out why this is happening.
i can confirm after nugget updates the same error. (reason: xhr poll error)
I have the same problem. I have indeed updated all my packages. SocketIOClientDotNet 1.0.3 EngineIoClientDotNet 1.0.3
I just tried to downgrade those two dependencies to version 0.9.13 and 0.9.22 respectively. It doesn't help.
I'm getting the same issues :( Anyone find a solution yet?
@rizaanlakay if you downgrade to these versions:
SocketIOClientDotNet
0.9.13 EngineIoClientDotNet
0.9.22 WebSocket4Net
0.14.1Which are the versions used in Gorilla 1.1.0.4, it should work fine.
@LeoHere Awesome. Thanks for the assistance. Worked like a charm.
I received the same error after upgrading several nuget packages. Downgrading the 3 that LeoHere mentioned did not resolve. I also needed to downgrade System.Net.Sockets to version 4.1.0 to resolve error.
Gorrila SDK 1.2.0 depends on newer versions of these 3 packages. Can we update them safely now ?
@pYThMik Yes.
This is is fixed in 1.2. Closing the issue.
When launching my application using the embedded gorilla player:
If anyone can help me please