XSockets.NET is an open-source real-time framework for .NET 4.0+ and Mono.
Questions tagged [xsockets.net]
96 questions
0
votes
1 answer
Connecting to a custom XSockets controller fails
I've done a fair amount of research on this but can't figure out what's wrong. The official documentation (Server API and Plugins) isn't helping me much here.
I have my solution laid out like the following:
XSocketsControllers
Defines long-running…

RMo
- 132
- 7
0
votes
1 answer
Part of my project started using incorrect connection string - how do I fix that?
I have one solution with one project in it. This project is an asp.net mvc web application with xsockets.net websocket server (everything merged inside single project).
Everything was working for a few months, until today. Today I decided to update…

ojek
- 9,680
- 21
- 71
- 110
0
votes
3 answers
ASP.NET MVC and IIS - Sequence contains no matching element
I have a web application written in ASP.NET MVC. Everything is okay, in visual studio app works just fine, but as soon as I put it on the IIS server, it gives me this error:
Sequence contains no matching element.
This is stack trace that it gives…

ojek
- 9,680
- 21
- 71
- 110
0
votes
2 answers
XSockets.NET windows service won't start
I cannot get the xsockets.net windows service to work. Currently, I'm using this source because I couldn't find a better one
the solution was built in VS2012Express edition,
installed it using .NET v4 framework InstallUtil.exe
When trying to start…
0
votes
2 answers
NullReferenceException in XSockets.DevServer.DebugInstance()
I'm playing around with XSockets.NET, and I've spent way too much time debugging what should be a simple problem. I'm using the standard templates that come with XSockets, which create a project called XSockets.DevServer, and a class within that…

Ken Smith
- 20,305
- 15
- 100
- 147
-3
votes
1 answer
Xsocket doesn't work , If router or ISP is preventing ICMP Traffic
I am using Xsocket for Duplex communication between server -client .
Every thing was working fine . my sample can work on different network but i find out the Main issue in Xsocket..
if Client is behind Router , proxy and Fire Wall preventing…

Adam
- 173
- 2
- 14