ASP.NET SignalR is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time.
1
vote
1answer
449 views
Managing state server side to be requested by a hub client
I have created a really basic hub that I get the IHubContext and call the my javascript client side method via a group so I can always push the data to the same user no matter how many diffrent ...
2
votes
2answers
38 views
SignalR signals every 10 seconds?
I wrote a simple app with SignalR and then I left the computer.
When I came back , after couple of hours , i've noticed this :
It seems that my app got signaled every 10 seconds.
why is that ? ...
-1
votes
0answers
12 views
webrtc hosted on window server 2008 not working on xp client [closed]
I built the video calling project in asp.net using webrtc and signalR. everything is working as I expected on local server and even on static IP but when I host the project on window server 2008 it ...
0
votes
1answer
15 views
SignalR inside _Layout.cshtml - persist connection
I decided to use SignalR for chat on my page. Chat page is opened when user clicks on "Enter Chat" link which is placed inside _Layout.cshtml. This works fine. However, what I would like to achieve is ...
1
vote
1answer
188 views
Silverlight 4 and SignalR
I've read everything I could about SignalR and Silverlight, but I still cannot make it running.
I've installed SignalR in Web project, and that went well. Then, I added dlls from here to SL4 project ...
10
votes
2answers
5k views
.NET 4.5 WebSockets vs SignalR
I've seen signalR vs html5 websockets for asp.net MVC chat application but it doesn't 100% answer my question as it's based around HTML5 WebSockets, which Microsoft may have extended upon in .NET 4.5 ...
0
votes
1answer
28 views
SignalR and Tabs , windows , cloned frames?
I created a simple app which accept a text message from a client and reply to that specific connection : "Hey I got your message" , and besides that , broadcast the message to all others.
Piece of ...
1
vote
0answers
27 views
Why does my app just disconnect after a while? (desktop browsers w/SSE)
This seems to happen in most desktop browsers. Client-side logging captures this kind of activity while the connection is still operational and messages are still being received:
[20:26:45 GMT-0500 ...
1
vote
1answer
31 views
Handlings exceptions on the server, customising the fail argument on the client
I'm hoping to be able to customise the error objects that are passed to the client if an exception occurs on the server.
I'm using the 'then' function on the client to handle success and failure:
...
0
votes
1answer
27 views
how to handle connections to hub across the project
I have multiple roles in my project , i have to make connections to hubs across the project ..
ex : In my project , Roles : Receptionist, Doctor
When receptionist adds an appointment to particular ...
0
votes
1answer
34 views
signalR Groups.Remove doesn't work
I have a self-hosted application akin to a scenario wherein I have a method that continuously broadcasts to groups (whether somebody has "joined" or not). Something like:
var aTimer = new ...
0
votes
2answers
99 views
Update UI with SignalR and Knockout when manually updating DB
I have had a search around SO for this, but didn't come across anything obvious. I have a dashboard of jobs, and their status continually changes throughout the day and I'm trying to put together ...
0
votes
0answers
11 views
How use UrlHelper in signalR HubClass
I have a Chat class drived from Hub.
I want to know if thers a way to built URL by URLHelper like : Url.Action("action","Controller").
as i can derived the class from 2 abstract classes (Hub, ...
0
votes
1answer
35 views
SignalR: Group broadcasts not working
I think perhaps that I do not fully understand the correct way to implement groups in SignalR :)
I am using a SignalR hub coupled with some JS.
The relevant code looks as follows:
public class ...
1
vote
2answers
280 views
RouteTable.Routes.MapHubs() throwing ArgumentNullException only in the Windows Azure emulator. Why?
I'm using SignalR in an MVC 3.0 Windows Azure application.
The following line throws an ArgumentNullException only in the Windows Azure emulator. It doesn't throw if I run the MVC 3.0 application ...
0
votes
0answers
12 views
Can't access DLL using local machine path in IIS8 With SignalR
I have a signalR server which is loading an unmanaged Dll using DLLImport and pinvoke (from local machine path c:\serverfolder\bin).I have a HTML5 Client to access the SirnalR server to get the data ...
1
vote
2answers
610 views
SignalR .Net client fails to connect (upd: how to set auth. cookie?)
This thing is dragging me nuts.
I have a .net 4.0 console app and I have an MVC web app.
javascript clients can connect and talk to the server - no problems here...
but my .net client throws ...
0
votes
1answer
33 views
Self hosted cross site connection issue with SignalR and Mono and Owin
I'm about ready to pull my hair out over this problem because all the guides show the same one or two solutions, which seem to be working for everyone but myself.
I'm using SignalR in a Mono ...
0
votes
1answer
25 views
Enable server side logging in SignalR
I'm trying to debug a SignalR connection issue, and while I know how to enable client side logging, I have no idea how to enable server side logging. It doesn't seem to be logging anything to the ...
2
votes
1answer
358 views
SignalR cross domain not working on browsers other than IE10
I am writing a web app using SignalR cross domain communication. I am using the latest version of SignalR, 1.0.1. Following is the code in the jQuery's document ready event:
var connection = ...
0
votes
0answers
63 views
SignalR 1.0.1 slow first response on Windows 2008 R2 server/IIS 7.5
I'm having trouble getting my small playground app to run smoothly on my VPS, the app runs smooth on development machine but once moved to the VPS every first request is takes ages to complete.
IIS ...
0
votes
0answers
32 views
Can't Seem to call server methods in SignalR
I've been working with SignalR with MVC4 for a few weeks and have been successful for the most part when it comes to simple setups. I've had no problems sending out messages to all clients from the ...
1
vote
1answer
52 views
Signalr - Associating usernames with connectionIds
Here is my hub:
[HubName("marketWatch")]
public class MarketWatchHub : Hub
{
public override Task OnConnected()
{
SocketCommunicator.Instance.UserConnected(Context.ConnectionId, ...
0
votes
1answer
19 views
Cannot implement Websockets instead of Long-polling in IIS 7.5 and Console
I have implemented cross-domain SignalR example using IIS 7.5 and a console listener (on port 8080) but cannot get the transport to use anything better than long-polling.
In order to add webbsocket ...
2
votes
3answers
2k views
SignalR WebSockets on IIS 7.5
On my IIS 7.5, my SignalR application always used long polling.
As per my search, IIS 7.5 does not support WebSockets yet.
I hope, I missed some tools or configurations to enable WebSockets in IIS ...
0
votes
0answers
34 views
How to get started with SignalR [closed]
I will be working on a project next month using SignalR. I'm completely new to that technology and was wondering how to get started on it. The videos I've watched are out dated (using older released). ...
1
vote
2answers
40 views
'Hub' is an ambiguous reference
I'm using these libraries in my application:
using SignalRDemo.Hubs;
using Microsoft.AspNet.SignalR.Hubs;
using System.Threading.Tasks;
using System.Web.Script.Serialization;
Now I have to ...
1
vote
1answer
49 views
SignalR - sending to a number of clients (not a group)
I'm using SignalR in a prototype I'm building. I need to broadcast messages to a number of clients, but there is some logic as to which clients will get which message which is complex enough to rule ...
0
votes
1answer
54 views
Getting Device ID using JQuery or Javascript
Is there a way to get the device's unique id using JQuery/Jacascript.
I know one can detect the user agent and type of device that is being used but that is not required. I need to know the unique id ...
0
votes
0answers
22 views
MVC 4 java script error unable to get property 'Taskhub'
I tried to display signal r messages on my index page. following hub details
public class TasksHub : Hub
{
public void NewTaskDetails(int taskid,string taskname,string created,string role)
{
...
0
votes
1answer
44 views
SignalR client function not being called before page refresh
I have an asp.net mvc view that contains a few parts that are loading dynamically using the following code:
$('#div1').load('controller1/action1', function() {
alert('Load was performed.');
});
...
2
votes
2answers
138 views
How to send the LOGGED in user in a chat application using SignalR
I am studying the following example of signalR
http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr-and-mvc-4
I want to implement it, and well the code is there, ...
-2
votes
0answers
34 views
How can I maintain user list and messages in a SignalR chat application? [closed]
I've searched about this on Google, but I didn't find any useful information on that. I've implemented that using Entity Framework and WCF Services and Signalr hub. Another way of keeping users record ...
0
votes
0answers
15 views
Signalr AggregateException when invoking a function on server
I have written a signalr server and client. When I run both on my machine then I can invoke the function and get data returned:
hubClass.Invoke<string>("GetSessionId", username, ...
0
votes
1answer
35 views
SignalR and ticker service
I was wonderign if anyone has a good example on how to construct a SignalR Hub, so multiple clients will not cause multiple broadcast messages to be sent out?
Basically, I have a status message I'd ...
2
votes
1answer
37 views
Regarding hosting SignalR in console apps
i got a code which host SignalR in console apps. here is the code.
Install-Package Microsoft.Owin.Hosting -pre
Install-Package Microsoft.Owin.Host.HttpListener -pre
Install-Package ...
1
vote
1answer
435 views
Cannot read property 'chatHub' of undefined SignalR Hub
i'm try to learn signalr and this error i'm founded it.
Cannot read property 'chatHub' of undefined.
$(document).ready(function () {
var chat = $.connection.chatHub;
...
0
votes
0answers
16 views
SignalR Authentication and Authorization
I'm working on a single page web application based on Durandal and SignalR and want to add some authorization functionality.
My current solution is to simply have a Guid Authenticate(string user, ...
0
votes
1answer
43 views
A challenge with onclick occured while combining MVC4, SignalR, knockoutJS
I have a simple MVC4 app where however I want to combine knockoutJS and SignalR and I got a challenge which seems to be caused by the fact that I'm trying to assign 2 onclick events on the same ...
0
votes
1answer
51 views
SignalR and Hub Persistance
I am trying out SignalR, and i don't quite understand how to call methods from my client in a way that it calls the same hub.
i have two methods in my hub:
private ctlDataManager myManager;
...
0
votes
1answer
23 views
how to insert javascript varibles to html.Actionlink ? Using signalR
i'm doing a school gaming project and i am trying to create a list of players using SignalR and javascript.
this is my code
hub.client.printOutPlayerList = function (userName, userID)
{
...
0
votes
0answers
32 views
SignalR getting 403 on AppHarbor after updating to v. 1.0.1 (Chrome)
I was using SignalR v. 1.0.0 RC2, and it worked fine. When I upgraded to v. 1.0.1 it stopped working. I am now getting a 403 (forbidden) when I am trying to invoke a method on the hub. I did not ...
0
votes
2answers
38 views
signalR how to spread room
I have a question about signalR simple chat application. We have an app working on local host and people can join and chat with each other. Here is the problem we could not specify which message will ...
0
votes
0answers
48 views
How to connect to a SignalR hub from PhoneGap app on iOS?
I am attempting to build a PhoneGap iOS client for a basic SignalR chat server I have running (ASP.NET MVC 4). Everything works great when accessing it from a page in a browser but I just can't seem ...
0
votes
1answer
226 views
Cannot read property 'chat' of undefined
I have tried all written in FAQ it helped me to avoid all problems I faced except
(Uncaught TypeError: Cannot read property 'chat' of undefined )
Here is my code:
[[
<script ...
2
votes
1answer
42 views
signalr InvalidOperationException
I recently started using Signal R library in ASP.Net MVC 3 application. I am able to use Signal R to send message to client. But I noticed that if I logged in to the application from another browser, ...
0
votes
0answers
23 views
$.connection.chat is null when create a new application and install SignalR
I have just installed the SignalR in MVC 4 app. Then I add this code,
<script src="/Scripts/jquery-1.8.2.min.js" ></script>
<script ...
0
votes
1answer
64 views
Multiple website server side Clients.All.receiveNotification challenge with SignalR
So I have two websites that I am using SignalR and I have the following in both my Global.asax files:
HubConfiguration hubConfig = new HubConfiguration();
hubConfig.EnableCrossDomain = true;
...
0
votes
1answer
28 views
How to remove BOM from SignalR responses at Mono server?
I am running signalR at Mono at all the requests are processed correctly, however the response always contains a byte at the beginning and the end of the file.
E.g. the response for hub.start() is ...
0
votes
1answer
67 views
JQuery example for calling SignalR Async Task
Does anyone have a working example of a JQuery based client calling an async task based method on a SignalR Hub? See the code below from the SignalR Doco for an example of a server side async task.
...






