Questions tagged as 'websocket'

2
answers

VB.net: Error closing server socket

Good afternoon, first I comment the resources that I am using with small modifications. sockets server I have taken from this manual. link The client is using the visual studio 2010 version of this web page. link I...
asked by 22.09.2016 / 16:32
1
answer

Uncaught TypeError: $ .confirm is not a function with Socket

I'm doing a shift system with% native% co in which I'm using a php that is called librería in which from the part where the appointment is scheduled works well, since after that saves, shows an alert with the library of fancyweb...
asked by 24.08.2018 / 17:25
1
answer

Receive data every time through API using websockets

I am working with the API of a platform to receive currency quotes minute by minute, I have a way of doing it but it is not very functional and I wanted to check if someone could help me, this is my code: from iqoptionapi.api import IQOptionAP...
asked by 25.01.2017 / 08:27
0
answers

how to use websockets?

please I need your help I'm creating an app and I want to send data through websockets but I do not know how to receive the data and create a page to send example: pagEnvia.html and I want to receive the data in my index.php I have this code tha...
asked by 05.12.2018 / 01:11
1
answer

websocket Error during WebSocket handshake: net :: ERR_INVALID_HTTP_RESPONSE

I'm having problems implementing websocket with php socket, I'm testing my machine but I can not find the problem and I'm already circling around. server      set_time_limit(0); $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); if (soc...
asked by 02.11.2018 / 18:51
0
answers

Implement websocket that requires headers in java

I am making an application to collect a series of data from several websites. In one of them to do so I must communicate with the server through a WebSocket. This WebSocket has a series of parameters in the Header: Connection: Upgrade...
asked by 20.11.2018 / 10:53
0
answers

Multiples rooms socket io

as they are. I have a question with some sockets in socket io. What I'm trying to do is create several rooms, and then send them an event that runs every second, that's an interval .. var Room = function (room_name, data) { this.id = ro...
asked by 13.10.2018 / 23:31
1
answer

Error websocket with catapult and typescript / angular

I am receiving 404 error, I am trying to connect to a Webservice in Typescript, the webservice is catapult, when opening the connection the output is http and not ws, even though in my url parameter I place ws: // mi- ip. import { Listener, Bl...
asked by 07.10.2018 / 01:25
0
answers

Broadcasting / Broadcasters / PusherBroadcaster.php "," line ": 116

I'm doing a private chat with laravel pusher and vue 2. The issue is that when I use the helper broadcast () it gives me a connection error and I have all the data correctly entered in the .env file. I also have the providers and with Echo la...
asked by 05.09.2018 / 23:25
0
answers

Uncaught TypeError: Can not read property 'send' of undefined fancywebsocket.js:

I need help in the implementation of the socket, since I do not know why I get this error Uncaught TypeError: Cannot read property 'send' of undefined fancywebsocket.js: then the file class.PHPWebSocket.php , the servidor.php...
asked by 31.07.2018 / 02:02