Questions tagged [disconnected]

93 questions
0
votes
0 answers

TwinCat3 - TF6310 TCP/IP - How to detect if client disconnects?

I am using TF6310 TCP/IP to start a TCP server, await for connection (it is guaranteed that there is only one client connecting), and when a connection comes I accept it. Once accepted i receive/send data. Problem I am having is that i do not…
sharkyenergy
  • 3,842
  • 10
  • 46
  • 97
0
votes
1 answer

Detect when Socket Connection is disconnected C / C++ Unix

I know this question has been discussed several times, but I didn‘t manage to detect whether a socket disconnected in C / C++ on Unix. Is there any way to do so ? Thx, Regards from Brooks
0
votes
0 answers

Can't send multiple emails because I get aborted (disconnected)

I'm getting a "aborted (disconnected)" when sending multiple emails with smtplib (python 3.6) and I can't find much information online. I'm pretty sure the error is coming from the server and not my code but I'd like to know how to fix this or at…
0
votes
1 answer

Tensorflow Colab: Runtime disconnected The connection to the runtime has timed out

How come after 2 hours of running a model, I get a popup window saying: Runtime disconnected The connection to the runtime has timed out. CLOSE RECONNECT I had restarted my runtime and thought I have 12…
chikitin
  • 762
  • 6
  • 28
0
votes
1 answer

Disconnected graph when concatenating two models

Trying to build a new model based on part of pre-trained model, Here's some cleaned out code. Let's imagine we got model1 trained, and want to add some layers defined in model2: import tensorflow.keras as keras import tensorflow as tf from…
0
votes
1 answer

Watson speech-to-text getting disconnected immediately on Unity

I am using the latest unity SDK 2.12.0 and Unity 2017.4. My unity project is available here: https://github.com/jignesh015/Watson_trial Please note that you will need an IBM Apikey to access the API functionality. I followed the following video…
0
votes
0 answers

JGIT clone disconnect red

good morning, I'm having a problem. When I do: git = Git.cloneRepository () .setURI (remote) .setProgressMonitor (monitor) .setDirectory (new file (local)) //.setBranch(branch) .setCredentialsProvider (credentials) .call(); and for some reason I…
wagego
  • 7
  • 2
0
votes
1 answer

How to enforce Primary Key Uniqueness on a ADODB.Recordset created from scratch?

I am using a recordset as a vehicle for some data that I am acquiring. I am getting duplicates and I was curious as to how to get the recordset to complain if an attempt to add a duplicate is made. So, essentially I want to create a key field. I…
S Meaden
  • 8,050
  • 3
  • 34
  • 65
0
votes
1 answer

SMS goes to the inbox when the mobile is disconnected

I'm using J2ME WMA to send/receive SMS into a specific port, which in my case is port 50000. When one of the mobile devices is not running the application the message goes to the inbox, which by default is port 0. Is there any way to prevent this…
Diogo Cardoso
  • 21,637
  • 26
  • 100
  • 138
0
votes
2 answers

How to Install Subclipse in ofline mode?

I am trying to install Subclipse with Flash Builder 4, but the problem is that this machine is not connected to the net. Hence I downloaded the zipped files from : http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240 When I…
Devdatta Tengshe
  • 4,015
  • 10
  • 46
  • 59
0
votes
1 answer

Reason that BluetoothLEDevice FromIdAsync returns a disconnected device?

I'm running a UWP/C# app in Windows 10 and attempting to connect to a Bluetooth LE device (that was successfully paired) using BluetoothLEDevice.FromIdAsync(). It returns a device object, but it's always in a disconnected state. I've tried…
Dan
  • 1,215
  • 1
  • 10
  • 22
0
votes
1 answer

App Icon not showing up after Xcode shows the disconnected message

My app icon do not show up on my device after I see the disconnected message from Xcode. I do see the app icon before that error. How my problem occurs: Once I see the disconnected message, I unplug my cable, plug it again and build. Then, I see my…
Pak Ho Cheung
  • 1,382
  • 6
  • 22
  • 52
0
votes
0 answers

Qt TcpSockets: SIGNAL disconnected timeout

I'm useing QTcpSocket class to communicate between my QT-UI and my PLC. Recently I changed my protocols, so that I can send large coherent chunks of data. The goal is to send string-data via TCP-protocol. On the PLC-Side I delay the sending of the…
J.Hilk
  • 1
  • 3
0
votes
1 answer

What if i don't close database connection in disconnected mode

I am doing windows forms application with connection to SQL Server (disconnected mode). Every action I handle in my application needs the connection. So I don't know where to close the connection. I am asking what if i don't close the connection. I…
sarahHH
  • 190
  • 1
  • 2
  • 18
0
votes
1 answer

alfresco share check authentication

How does share know that user is not connected (and redirect him to login page)? Even if a user is connected i'd like to check if he has some permission and redirect him to login page if not. So i'd like to know how Share manage authenticated…
soung
  • 1,411
  • 16
  • 33