Questions tagged [disconnect]

A break or interruption in an existing connection, continuum, or process.

A break or interruption in an existing connection, continuum, or process. This can include:

  • Ending a connection to a server
  • Ending a connection to internet
  • Terminating operating system services
  • Removing event handlers from an object
403 questions
0
votes
2 answers

Delete QGraphics Items from QGraphicsLinearLayout on QGraphicsScene

I'm having a really frustrating problem, trying to delete qgraphicsitems in my application. I have a menu controller which is responsible for adding buttons to a layout and adding them to the scene. These buttons are all connected with custom…
JonMorehouse
  • 1,313
  • 6
  • 14
  • 34
0
votes
1 answer

Why are the emails still visible after .Disconnect() method is called in POP3?

Could somebody help me to find out what's happening? My code connects to email>reads the body>parses the data> saves them to database> delete the email. It does all that fine. I checked by retrieving their emailIds. The issue here is that the…
Maraduarz
  • 59
  • 1
  • 5
0
votes
1 answer

how to check a network connection in a flash web app?

I want to detect the network disconnection for my web app. For AIR application it is possible, using the AIR URLMonitor. And in Flash AS3 I am using javascript's 'navigator.onLine' using ExternalInterface. But the above code does not work…
Sris
  • 87
  • 2
  • 14
0
votes
1 answer

Linux TCP Stack - notification for peer reset or broken connection

I have a situation - There is a TCP connection between A-->B in established state. A sends a few bytes to B and then terminates itself. The B is neither doing send() or recv(). I would like to know if there is a way to know that the connection is…
pppsandeep
  • 11
  • 1
  • 2
0
votes
1 answer

Disconnect image: Specified Visual is already a child of another Visual or the root of a CompositionTarget

I'm trying to create a card game in WPF and I get the error: Specified Visual is already a child of another Visual or the root of a CompositionTarget. I have a window with a listview in it (named: handListview). The listview's itemssource is set to…
Daniel Olsen
  • 1,020
  • 2
  • 15
  • 27
0
votes
1 answer

Connect to WiFi why .disconnect() than reconnect()?

All- I have an app in which I want the user to be able to connect with a WiFi network. I looked at this question and I had the app being able to disconnect and than reconnect (in other words I had the right SSID and password), but his is not exactly…
ninge
  • 1,592
  • 1
  • 20
  • 40
0
votes
1 answer

Indy throws off multiple Exceptions when closing a socket. How to do a clean automatic reconnect?

I have a Delphi 6 application that uses the Indy 9 components to maintain a persistent IdTCPConnection with an external device. Some times I want to break the connection and then reconnect to the device. I have found when I do that Indy throws off…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
0
votes
1 answer

Testing Facebook connect/disconnect

I am developing some services for our users that will facilitate some actions on our website... I am implementing oAuth 2.0 and the connection with a FB app works ok... but I would like to redo the testing... so for this I would need to disconnect…
DS_web_developer
  • 3,622
  • 13
  • 52
  • 83
-1
votes
1 answer

connection destroy is only working once is there a fix

Hi i have some code for my bot so it'll leave my vc when told but it works only once is there a alternative or a fix to make my bot work better? Here is my code. const discordVoice1 = require('@discordjs/voice'); const connection1 =…
adam lewis
  • 11
  • 6
-2
votes
1 answer

How to capture timestamp of window disconnect in ASP classic

I need to capture the total elapsed time that a user spends on a page in ASP classic (.asp). This has NOTHING to do with needing to profile the page to get timing of how long the page logic takes to execute. I am only interested in capturing the…
Lana
  • 1
  • 1
-2
votes
1 answer

Java server sockets disconnect after some time

I have written a server that creates the threads and opens the sockets. The client is written in Flash. The server is not responding anymore to clients after some time. The server: public appGameServer(String Ip){ try{ _SS = new…
Şήøωў
  • 37
  • 5
-2
votes
1 answer

C++ Socket disconnects intermittently

I'm new to socket programming and we have a running MFC client application over the network whose socket for some reason disconnects intermittently at least once a day. It's not a problem with the network because other network apps are running just…
Owen
  • 4,063
  • 17
  • 58
  • 78
-3
votes
1 answer

Delphi: stop idHTTP working while time out is

I do idHTTP.Get('http://example.com/1.zip', FStream); A server doesn't response...and idHTTP waits for a connect to download a file I need to stop idHTTP working. If it's connected I can do idHTTP1.Disconnect. But what about a time when idHTTP isn't…
maxfax
  • 4,281
  • 12
  • 74
  • 120
1 2 3
26
27