Questions tagged as 'websocket'

1
answer

How to reconnect a websocket on android?

I'm developing a App in Android Studio and I'm trying to get my websocket automatically re-connected in case the connection fails or it closes, but I can not find out how to do it, I hope you can help me .     
asked by 01.08.2018 / 21:37
1
answer

How to implement WebSockets in android Studio?

I am trying another method of communication Cliente-Servidor , I have researched about it and there is WebSocket that would be a bidirectional communication channel (between cliente-servidor ), I was using retrofit , I w...
asked by 17.07.2018 / 17:02
0
answers

client does not receive data with websocket laravel echo and socket.io

I have set up a server with laravel-echo-server, redis and I have configured an event to be able to transmit it over websocket but it has not worked, the queue and the server transmit the data but I can not get them in the client. Conf. larav...
asked by 14.06.2018 / 04:24
0
answers

Problems websocket, apache proxy_wstunnel, AWS

I have set a websocket in a EC2 but I can not start the protocol. It gives me the following errors: [Thu Jun 07 14:04:45.363660 2018] [proxy:warn] [pid 9008] [client *****:37376] AH01144: No protocol handler was valid for the...
asked by 07.06.2018 / 14:06
0
answers

Debian 9, Nginx, SSL, PHPwebsocket Problem

I have mounted a server with debian 9, nginx and SSL certificates let's encrypt. To this server I have migrated a project that had websocket assets and everything works except the websocket that fails to perform the handshake. With the following...
asked by 06.06.2018 / 18:40
0
answers

Problem with Websocket in python

I have an error in python, I am working with webSocket: [Errno 98] Address already in use try I know this originates because the process is already running, how can I validate this, so that it is ignored when it is created and does not gene...
asked by 17.04.2018 / 22:46
0
answers

I can not connect to a WebSocket when I publish it to my domain

I have a web java project, where I have a server socket, when I test it on my local tomcat if it works but when I deploy the project to my domain tomcat it does not work. When I do the local test the url is formed by ip + port + application +...
asked by 12.04.2018 / 18:10
0
answers

Configure websocket in PHP on my VPS

I did a chat which uses a websocket with PHP, the problem is that on my computer, the normal socket works, but when I upload it to my VPS the socket is normally executed with the php -q server.php command but when I connect from the clien...
asked by 16.02.2018 / 02:04
1
answer

How to make a multiprocess server? -Server-multiprocessing-

I need a server that can respond to several post requests that are requested and return your respective response. My code represents a simple server but only makes one request at a time. I am new using multiprocessing, I do not know how to im...
asked by 18.01.2018 / 21:55
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