websocket-sharp Questions

3

I'm building a Unity3D client in C# for a multiplayer game that I made. The server is written in Node.js, and I wrote a web client in Javascript that works well. But I am running into lag issues wi...
Instructions asked 12/3, 2017 at 21:52

3

Solved

The goal is a web application that exchanges information with an C# application that is installed on the user's pc. The client application is the websocket server and the browser is the websocket c...
Bagworm asked 13/7, 2017 at 19:24

1

We have a mobile game using websocket for connections. The server is a Node.js app using uWebSockets.js library and the client is a Unity app using Websocket-Sharp library. They both play well toge...

2

Solved

I made a xamarin iOS/Android Application. This App use websockets-sharp for the comunication with the server. Now after connecting i got the following error: 03-29 16:11:14.999 I/mono-std...
Pelagias asked 29/3, 2018 at 14:18

2

I am using a websocket sharp dll in my windows application to get messages from a GDAX server. Everything is working fine so far - the messages are coming and i am processing them. The point where ...
Kamenskuralski asked 7/11, 2017 at 4:57

1

Solved

I'm trying to use websocket-sharp for a project and the server needs to be able to drop websocket connections. The connections are represented by a WebSocketBehavior class which you inherit from. ...
Stat asked 6/2, 2016 at 5:52
1

© 2022 - 2024 — McMap. All rights reserved.