Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [disconnection]

The tag has no usage guidance.

disconnection
0 votes
0 answers
6 views

How to make socket.io connection live forever i.e even when browser is minimised and the system is at sleep? On laptop and mobile as well

I developed a socket.io chat app with node.js that works fine with sending messages to rooms and all. I added notifications as well. But only one thing is missing. When the browser tab is inactive for ...
Ruthwik punati's user avatar
0 votes
0 answers
16 views

Websocket reconnect on server side

im quite a good javascript developer.i currently finalizing a project i and am now building redundancy into websocket connections..so far so good however I'm kind off stuck at this scenario. Suppose ...
Ntab B's user avatar
  • 1
0 votes
0 answers
63 views

Bluetooth Rapid Disconnection for BLE device when pairing it with One Plus Nord Android Version 12

I have a smart ring BLE device, which I pair with android app and perform communication with it. To perform communication various command need to send at various characteristic to recieve data. This ...
Dnveeraj's user avatar
  • 117
0 votes
0 answers
11 views

Razor Page .net6 returns 'client has disconnected' when attempting redirection

Using claims authentication and trying to ensure that some pages require that user is logged in. Seems no matter what I try the VS debugger always stops with: Client has disconnected. COMException: An ...
DiscoverSoft's user avatar
0 votes
0 answers
33 views

Unexpected disconnection for users on Chrome with my wordpress website

Unexpected disconnection occurs for user when they are on google chrome, but it works perfectly fine with safari and on my android smartphone google chrome application, I don't know what to do to ...
Benzait Sofiane's user avatar
-1 votes
1 answer
150 views

Why does my telegram bot unset webhooks when I send it a text

I had a bot working quite well, where I set webHooks to send me updates. It has worked fine for me until today. I made some very small adjustment to my code but found that even though I send text to ...
David Pawlak's user avatar
0 votes
0 answers
2k views

xshell randomly disconnected from linux server (Socket error Event: 32 Error: 10053)

When I use xshell or any other software to connect a remote server, I sometimes see internet disconnection. The error message is as follows. Socket error Event: 32 Error: 10053. Connection closing......
Nicolas Fabre's user avatar
0 votes
0 answers
28 views

c# TCPServer seems not to respond to client dissconnection

This TCP Server Works, but does not process the Client disconnection I tried the TCP Client c# and Xamarin for the Android Phone\Tablet Both Connect and Send Data correctly, But the Server seems not ...
dwk's user avatar
  • 89
0 votes
0 answers
43 views

I need to write java code that can monitor and detect network disconnection without pressing any button in apache netbeans

Presently I have followed some of the codes that had been solved here and I was able to detect network when I press my button to check. It works fine. When I disconnect from network, I click the ...
Solomon_CredenceVille's user avatar
0 votes
1 answer
985 views

Raspberry PI Bluetooth RFcomm Immediately Disconnects

I am trying to create a connection between a Raspberry Pi, and a .NET application, on a Windows 10 computer. Thus far, I have managed to pair the 2 devices. The next step is to send data between them. ...
Éndoxos's user avatar
1 vote
1 answer
1k views

Periodic client disconnections in MQTT NodeJS server on websockets when deployed to Google Cloud Run

I have a Node JS MQTT server running on websockets and deployed to Cloud Run. This server uses Aedes MQTT Broker library (https://github.com/moscajs/aedes). Clients connect to this server on port 443. ...
Miguel's user avatar
  • 301
0 votes
1 answer
796 views

Database connection with postgres keeps on disconnecting in the server in python language

import psycopg2 from psycopg2 import pool connection_pool = psycopg2.pool.ThreadedConnectionPool(1, 50, user='A', password='S', host='D',port='D', database='AD') def fetch_data(id): try: ...
Anubhav Garg's user avatar
0 votes
0 answers
112 views

BLE CC2541 disconnect with the app after some time

I am working on CC2541 BLE controller. I am using SimpleBLEPeripheral from TI BLE stack which is available on TI's website. I have interfaced the controller with a sensor whose state changes at an ...
Mahesh Chahare's user avatar
1 vote
1 answer
1k views

Reduce occurrence of Instant Passed (0x28) BLE disconnection error

I am developping an application on the STM32 SPBTLE-1S module (BLE 4.2). The module connects to a Raspberry Pi. When the connection quality is low, a disconnection will sometimes occur with error ...
Xavier B's user avatar
0 votes
0 answers
220 views

ASP.net Core - Handle Client Info Server-Side After Signalr Disconnect

I'm basically trying to do some database work if the user has been disconnected from signalR for more than 10 minutes. I put a timer in the Hub's OnDisconnectedAsync(). The issue I'm running into is ...
Snipe3000's user avatar
  • 321

15 30 50 per page