XSockets.NET is an open-source real-time framework for .NET 4.0+ and Mono.
Questions tagged [xsockets.net]
96 questions
1
vote
0 answers
PhoneGap and XSockets.NET "Hello World" JavaScript Failed
I created the following ‘hello world’ HTML file using Phonegap:
Hello…

lucidgold
- 4,432
- 5
- 31
- 51
1
vote
1 answer
Why XSockets.WebRTC getUserMedia returned undifined?
I'm using Xsocket and Xsocket WebRTC.
Why getUserMedia return undifined?
Here is my consule output:
This appears to be Chrome
This appears to be Chrome
XSockets.WebRTC.latest.js:98
Connection
Object
ClientGuid:…

Eren
- 632
- 1
- 8
- 16
1
vote
1 answer
XSockets.net client can not subscribe to events
I am using xsockets server version 2.6.1.0 running on mono 3.2.4 and javascript client version 3.0.2 on browser.
Client can publish notifications to server without any problems. But subscriptions are not received.
XSockets controller source:
public…

Justinas
- 13
- 2
1
vote
1 answer
Xsockets server with WebForms
I need some help with setting up an XSockets server with WebForms, that waits for a connection from client. I managed to do this locally, but not on a remote server.
If I try to connect with the client to the server, the onOpen event is not…

Razvan Soneriu
- 587
- 3
- 7
- 23
1
vote
1 answer
Possible bug (?) xsockets.net console server
I'm trying to start development on xsockets.net service.
My server doesn't want to recognize any of CustomController implementation for a Console Application (server). Everything works fine in Web project.
I've noticed that XSocketPlugins property…

user3107586
- 11
- 1
- 3
1
vote
2 answers
NuGet deleted my entire project
I was using NuGet to install XSockets custom configuration into my project, and then kaboom, my entire project disappeared along with all the files. I followed part 12 in their video tutorials, so you can see the exact same thing of what I did…

matt
- 2,857
- 7
- 33
- 58
1
vote
1 answer
XSocket works fine on localhost, but not on an intranet enviroment
I have an asp.net mvc3 web app using XSocket, it works fine locally, but it doesn't on my intranet.
I've configured the xsockets windows service and runs fine.
I've copied my "plugins" (DLL's and dependencies) on the right directory and runs…

Joaquin Alberto
- 3,949
- 2
- 13
- 11
0
votes
1 answer
How to create a real time app using XSockets?
I am currently learning about Xsockets in MVC and it would really help me if someone could help me with this. I am using Visual Studio 2013 and .NET 4.5. Although, I've found many documentations, I was unable to find any implementations to refer…

Innocent Criminal
- 196
- 2
- 15
0
votes
1 answer
How to close Xsocket client connection using the C# client API in XSockets
My Xsocket client:
Connect(Object module)
{
var socket = new XSocketClient("wss://localhost:46000/SocketController", "https://somesites.com", CertUtils.RetrieveX509Certificate2());
socket.Open();
var list…

rosh_021
- 23
- 1
- 9
0
votes
0 answers
Xsocket Unrecognized Guid format
I used xsockets for a while and i get following message very frequency.
System.FormatException: Unrecognized Guid format.
at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument,…

Squall Leonhart
- 439
- 4
- 17
0
votes
0 answers
Websocket connection lost every 15min with Azure and XSockets.net
I deployed my XSockets.net server to a worker role in Microsoft Azure. Since then every 15min my clients loose connection to the server and will reconnect to the server again. Which works very well. But on server side, the sockets aren't closed and…

dannyyy
- 1,784
- 2
- 19
- 43
0
votes
2 answers
Which socket serverside software for video conferencing?
I want to create a simple video conferencing site and at the beginning I have decided to use Microsoft's SignalR with Mono and apache. But there are some voices saying that SignalR is slow. And if that's true it might be even worst on Mono in linux.…

Tomaszeek
- 483
- 1
- 4
- 11
0
votes
1 answer
how to add a component .Net (video conference by XSocket.Net ) in a page of wordpress?
I would integrate my application of chat video developed using xsocket.net in Wordpress.
How to do this integration ?

Ikbel
- 63
- 7
0
votes
1 answer
XSocket client with Socket.IO backend?
I was wondering if it's possible to use XSocket as a client and Socket.IO as the server side.
I was pretty sure that it wouldn't work but then I read this post, which is effectively the opposite of what I'd like to do. and that seems to work.
The…

Dusty
- 413
- 6
- 17
0
votes
1 answer
Model overwrites data in input fields when polling or pushing data from API
When polling a model (object) or pushing a model from a RESTful API to AngularJS via xSockets the data in input-fields is overwritten.
Let's say I edit the first name of a user and while I edit the user xSockets or the timed polling using the…

user3179712
- 33
- 3