No announcements
Found 1864 threads
-
0 Votes
Problem with SqlNotification in SignalR
{ var li = document.createElement("li"); li.textContent = result; document.getElementById("messagesList").appendChild(li); ...Unanswered | 2 Replies | 1683 Views | Created by Anonymous - Monday, May 24, 2021 12:54 AM | Last reply by Anonymous - Wednesday, May 26, 2021 3:34 PM -
0 Votes
Strongly Typed call from server to client ends with error
User-547933108 posted Hey I am new with SignalR. I have a small project, to test SignalR. And the call from the client to the server and the ...Answered | 2 Replies | 1539 Views | Created by Anonymous - Thursday, May 13, 2021 2:37 PM | Last reply by Anonymous - Sunday, May 16, 2021 7:31 AM -
0 Votes
SignalR - Winform Client not able to connect to server
User689819198 posted Hi I have a web api hosting the SignalR server and trying to connect to it from Window application. but I am getting below error. I am in development mode right ...Unanswered | 1 Replies | 823 Views | Created by Anonymous - Friday, May 7, 2021 11:53 PM | Last reply by Anonymous - Saturday, May 8, 2021 6:28 PM -
0 Votes
Azure SignalR Servers and Service Apps Slot deployment
User1937187159 posted Hi, Whenever I deploy to a slot and do an (auto) slot swap. The Signalr service is still connecting to the old production slot after the ...Unanswered | 2 Replies | 872 Views | Created by Anonymous - Monday, March 15, 2021 12:06 PM | Last reply by Anonymous - Monday, March 22, 2021 10:36 PM -
0 Votes
the handlers of the client methods (js) become multiplied
User-1020968197 posted I have quite strange behavior in some client instances of my application. On some computers it never happens, while on others it is quite common, using the ...Unanswered | 2 Replies | 605 Views | Created by Anonymous - Tuesday, March 9, 2021 11:24 PM | Last reply by Anonymous - Wednesday, March 10, 2021 3:26 AM -
0 Votes
Websocket in ASP.NET 4.5
User746671234 posted Hello, I have 2 forms on first I am showing a page with payment details. Once payment done from payment provider it goes to my paymentreceive ...Unanswered | 2 Replies | 876 Views | Created by Anonymous - Friday, February 26, 2021 10:17 AM | Last reply by Anonymous - Monday, March 1, 2021 1:32 PM -
0 Votes
How to push realtime data to clients in SignalR
User1049578906 posted I have recently heard about signalR. I want to display realtime data on web application. I have a console application in asp.net which receives realtime data ...Unanswered | 3 Replies | 836 Views | Created by Anonymous - Thursday, February 25, 2021 11:07 AM | Last reply by Anonymous - Friday, February 26, 2021 9:41 AM -
0 Votes
OnDisconnect not being called on tab close
User-1067808729 posted AspNet.SignalR 2.4.1 AspNet.SignalR.Core 2.4.1 Issue Occurring in: Chrome Version 88.0.4324.182 ...Answered | 4 Replies | 990 Views | Created by Anonymous - Tuesday, February 23, 2021 7:13 PM | Last reply by Anonymous - Friday, February 26, 2021 12:45 AM -
0 Votes
SignalR push notifications
{ if (permission === "granted") { ...Unanswered | 1 Replies | 1360 Views | Created by Anonymous - Saturday, February 20, 2021 11:59 AM | Last reply by Anonymous - Monday, February 22, 2021 6:51 AM -
0 Votes
Having trouble calling a websocket using Aspnetcore Signalr Client 5.0.2
User1031775717 posted Hi, I'm trying to call a websocket service located at wss://socket.btcmarkets.net/v2 using Aspnetcore Signalr Client ...Unanswered | 3 Replies | 2050 Views | Created by Anonymous - Saturday, January 16, 2021 1:10 PM | Last reply by Anonymous - Wednesday, February 3, 2021 5:46 AM -
0 Votes
SignalR SQL backplane issue
{ if (task.IsFaulted) ...Answered | 3 Replies | 1071 Views | Created by Anonymous - Friday, January 22, 2021 4:07 PM | Last reply by Anonymous - Tuesday, February 2, 2021 5:43 PM -
0 Votes
SignalR UserConnected always shows last user to connect, instead of current
User1080340250 posted I have a specific page on my site whee, when a user clicks on a Tab, I want to add them to the Group (RecordId for this page). I want a Notification sent ...Unanswered | 5 Replies | 758 Views | Created by Anonymous - Wednesday, January 27, 2021 7:42 PM | Last reply by Anonymous - Friday, January 29, 2021 1:57 PM -
0 Votes
SignalR Inconsistency
User1584600048 posted Hi, SignalR code is given below. Its consistently sending notifications to the client all the time. However after deploying it in Windows ...Answered | 9 Replies | 1247 Views | Created by Anonymous - Wednesday, January 6, 2021 12:49 AM | Last reply by Anonymous - Wednesday, January 20, 2021 7:14 AM -
0 Votes
What are some real app examples that use SignalR?
Like the rest of ASP.NET, SignalR was built for high performance and is one of the fastest real-time frameworks around. Microsoft says "SignalR is fast and scalable", but ...Unanswered | 1 Replies | 913 Views | Created by Anonymous - Wednesday, January 6, 2021 9:41 AM | Last reply by Anonymous - Thursday, January 7, 2021 5:20 AM -
0 Votes
Multiple Views connect same hub SignalR
User1806771833 posted Hi, Is it possible to connect multiple views to same hub. When I do this I can call hub methods on different view but not ...Unanswered | 1 Replies | 822 Views | Created by Anonymous - Monday, January 4, 2021 1:59 AM | Last reply by Anonymous - Tuesday, January 5, 2021 4:10 AM -
0 Votes
Signal R 'Stutters' IIS
User17544703 posted I am using ASP .NET SignalR to create a realtime game in the browser. It seems to run fine, other than occasional stutters on the display ...Unanswered | 2 Replies | 879 Views | Created by Anonymous - Sunday, January 3, 2021 4:55 AM | Last reply by Anonymous - Monday, January 4, 2021 2:29 PM -
0 Votes
ASP.NET Core 3.1 SignalR: OnReconnected method
User988803722 posted In previous SignalR versions there was OnReconnected() method in Hub class. But now it's gone and there are only OnConnectedAsync(), OnDisconnectedAsync() ...Unanswered | 1 Replies | 1504 Views | Created by Anonymous - Thursday, November 26, 2020 3:19 AM | Last reply by Anonymous - Friday, November 27, 2020 5:16 AM -
0 Votes
SignalR stops working in Xamarin.Forms Android app after migration of backend server and app to .NET Core 3.1
User1248192397 posted SignalR stops working in Xamarin.Forms Android app after migration of backend server and app to .NET Core 3.1 I am working on migrating my website ...Answered | 1 Replies | 656 Views | Created by Anonymous - Thursday, November 19, 2020 2:23 PM | Last reply by Anonymous - Friday, November 20, 2020 8:05 PM -
0 Votes
Intermittent SignalR 404s
User1486521414 posted I'm having problems with calls to /signalr/start returning a 404 response intermittently. I will get this about 5 out of every 10 page loads when using Chrome. ...Answered | 3 Replies | 777 Views | Created by Anonymous - Monday, November 16, 2020 9:05 PM | Last reply by Anonymous - Wednesday, November 18, 2020 4:27 PM -
0 Votes
Message broadcasting without SignalR
User1835401063 posted Hello My question is out of the box, hope somebody can help or refer me to correct forum. I need to host a very simple ...Unanswered | 6 Replies | 999 Views | Created by Anonymous - Monday, November 9, 2020 4:53 PM | Last reply by Anonymous - Tuesday, November 10, 2020 4:07 AM - Items 1 to 20 of 1864 Next ›
No announcements