-
I used to got messages but suddently it stopped, I don't know why...
This is my code:
Client:
```
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launch…
ozba updated
12 years ago
-
I wrote a selfhost hub and wrote a asp.net application that consumes the selfhost hub , I ran this app using two browsers chrome and IE9 while i inspecting the Network request i found out that transp…
-
i used the release branch,
if i clear the request cookies ,it works fine..
-
GET Negotiate : OK
But there's a bug when called this http://cf.ditoi.com/signalr/send?transport=serverSentEvents&connectionId=14be6b38-eef5-46ff-82ce-76d90ddb236f
The following error was encountered…
-
That's kinda weird, as I noticed that sometimes when a given client sends a message, the message is correctly sent to the server, but it's not dispatched to clients until some other client sends a mes…
-
Simple question: I am running a production environment with Windows Server 2008R2 and IIS 7.5 -
I have got a WebApplication using SignalR 0.5.3 Hubs - Browser is Chrome.
Unlike the test environment w…
-
Error:
The connection to http://localhost:52601/signalr/connect?transport=serverSentEvents&connectionId=349634ed-2c0e-4736-80df-d5efa6970034&connectionData=%5B%7B%22name%22%3A%22ChatHub%22%7D%5D&tid=2…
-
Not sure if I got something wrong, but using the following code
`public Task Connect()
{
return Groups.Add(Context.ConnectionId, "FOO");
}
public void Send()
{
…
-
Overview:
Firefox 10.0.2
IE 9
Chrome 17.0.963.56 (At the time of writing)
Debugging in VS2010 with IISExpress server
SignalR 0.4.1
I am working in a test project, but the idea would be that when the …
-
I did not see this problem before I upgraded to the latest code.
I have only tried serverSentEvents and longPolling. I have a physical folder created on the server called signalr, where my client is …