Questions tagged as 'signalr'

0
answers

Upload attachments with an input file in SignalR

I'm having problems trying to upload an attachment (for example, an image) with an input file, and send it via chat via SignalR, the problem is that it fails to serialize the formData, because it is not sent correctly the data, how could it be s...
asked by 21.12.2018 / 15:32
0
answers

Infinite Audio In Javascript

I have a JavaScript that runs an audio, it is worth mentioning that I use ASP.NET and use SignalR, the question here is that when I load the screen, sometimes the sound enters a cycle and plays to infinity I leave the code below $(function ()...
asked by 09.06.2018 / 01:17
0
answers

SignalR use my IP

I am developing a console application that acts as a server using Signalr The idea is that users ask for information in real time to this server. At the time of working with localhost everything works perfectly now I am trying...
asked by 06.06.2018 / 14:48
0
answers

The SelectCommand.Connection property has not been initialized. MySql

It turns out that I'm working with SignalR, where in the html view I make the following request to the client: var myHub = $.connection.myHub; var direccionWeb = $("#direccionWeb").val().toString(); $.connection.hub.url = dire...
asked by 27.12.2017 / 19:51
0
answers

Error: System.Net.Sockets.SocketException: Unknown host. In asp.net

Dear, along with saying hello I wanted to ask the following question to the problem that came up: I happen to be doing some tests to work with SignalR, in which the results are successful when I do the tests on localhost, but when I publish t...
asked by 19.12.2017 / 17:26