XSockets.NET is an open-source real-time framework for .NET 4.0+ and Mono.
Questions tagged [xsockets.net]
96 questions
1
vote
2 answers
xsockets c# client publish
//connection return true
var connection = await c.Open();
await c.Controller("mycontroller").Publish("chatmessage", new { Text = "Hello people!" });
I want publish message from my xamarin android client, to my server
public void…

Bohdan Firkovskiy
- 13
- 4
1
vote
1 answer
Create Unit test for Xsockets
I'm trying to better understand how to use unit tests. I want to test Send and Receive in Xsockets with Nunit.
Right now when I run the test nothing is happening
I just want to create the listener and then call invoke, then wait and update the…

NetG
- 13
- 2
1
vote
1 answer
xSockets and Windows Phone 8 App Invoke method
I'm using xSockets to create a simple chat app on windows phone 8, but Im having the following problem, on run it says "does not contain definition for invoke method", I read somewhere that I have to use Dispatch, but also no luck.
My Code:
private…

user3160513
- 11
- 2
1
vote
0 answers
Can I Use Xsocket In Wcf Hosted Window Service Application?
I have application where WCF is hosting windows services . i want to know can i use Xsocket in that existing application ?? If can then how ?
Please just give little help.
Thanks advance

Adam
- 173
- 2
- 14
1
vote
1 answer
Intergrate STUN server into XSockets.NET WebRTC
I'm quite new to this.
How would I go about adding STUN functionality to my existing XSockets.NET WebRTC Javascript code?
This JS creates my connections. I am running the signalling server separate on a linux machine running mono.