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
0 answers

I got "DisconnectedContext occured" C#

Hi guys I'm new in Windows Form C#, I have a lot of windows forms in my project, when I click on Login button of "Log_Menu" windows form to go to "Plano_Aula" windows form, I got "DisconnectedContext occured" I'm also using a library in my…
Joab Santos
  • 512
  • 8
  • 21
0
votes
1 answer

In kryonet, how do I disconnect from a server without stopping my program?

I am trying to make a simple TCP chat program, and I want the user to be able to start the program, then be able to enter a specific ip to connect to, and then disconnect from that specific server, and then connect to another after that. I know…
Andrew Lalis
  • 894
  • 3
  • 15
  • 26
0
votes
1 answer

Is there any way to disconnect or end call in ios (Swift or Objective-C)

I want to develop an application where the call should disconnect automatically. can anyone please tell me how to achieve this programatically. Thanks in advance.
user2211549
  • 37
  • 1
  • 5
0
votes
1 answer

How do I get a DisconnectEvent on a force kill on Asterisk PBX

I have a Java application that listens to Asterisk events from the AMI. Whenever the Asterisk PBX is down, I would want the AMI event listener to tell me if it has disconnected. Thankfully, a DisconnectEvent is already built in so whenever I do a…
mpmp
  • 2,409
  • 4
  • 33
  • 46
0
votes
2 answers

How do I disconnect a Bluetooth device?

I have a device actively connected to the computer via Bluetooth. From my C#.NET application I wish to disconnect the device so that the computer is no longer connected to the device. How would I go about doing this? I'm guess it would have…
Cheetah
  • 13,785
  • 31
  • 106
  • 190
0
votes
0 answers

PHP detecting TCP client disconnect

I got a TCP server up and running, which supports many client connections at the same time, together with reading and sending data. However, when client closes the connection, there is a delay on the server to detect a disconnected client. // TCP…
Mikael H.
  • 23
  • 8
0
votes
1 answer

How to execute something after an error in R/Shiny?

I wanted to know if there is a way to execute something after an error ocurred. I am currently working with some databases and I need to liberate resources after an error, with a statement like dbDisconnect(database) Thank you
Geiser
  • 1,054
  • 1
  • 12
  • 28
0
votes
2 answers

WCF net.tcp server disconnects - how to handle properly on client side?

I'm stuck with a bit of an annoying problem right now. I've got a Silverlight 4 application (which runs OOB by default). It uses WCF with net.tcp as means of communicating with the server. The client uses a central instance of the wcf client proxy.…
0
votes
1 answer

check whether an activemq subscriber is subscribed to a topic or not?

I am working on a code in which there are 3 subscribers(non-durable) to a topic in activemq, but something wrong happens and one subscriber gets disconnected from the topic and never connects back again even though the protocol used is failover. So,…
Abhishek
  • 13
  • 5
0
votes
0 answers

Java Socket detect connection drop on linux

I am using this test program for socket in java.(https://docs.oracle.com/javase/tutorial/networking/sockets/readingWriting.html) I am running some tests with EchoClient and EchoServer programs running on separate machines. If i run the EchoClient on…
harryStack
  • 1
  • 1
  • 1
0
votes
1 answer

How to copy connected mdf database file (SQL Server Express)

I am using SQL Server 2008 R2 Express with Dataset tables (drag and drop tables from database into dataset window) all connected to my c# application via table adapter components from toolbox that means I have no SQL connection codes into my form…
0
votes
1 answer

symfony2 debugging: user gets disconnected when accessing routes behind other firewall despite same context

After some debugging, I understood that my user was disconnected from any route under a firewall where anonymous was set to false. This is strange as it does not happen on my local computer and all was fine until now. How to debug this…
Sébastien
  • 5,263
  • 11
  • 55
  • 116
0
votes
0 answers

How to notify device is removed from Wi-Fi and reconnected again in ios?

Ex; A printer is connected via Ethernet cable. And Mobile device is also connected to the same Wi-Fi. I can able to communicate between these devices. I can able to print & receive the info from printer also. I remove an ethernet cable from…
Ambiga
  • 27
  • 6
0
votes
1 answer

join graph disconnect ORACLE

The query below won't run as I have a join graph disconnect. As far as I understand when you alias a table you have to put it first in the join condition, but when i do so I still get the same error, any suggestions? select date1.LABEL_YYYY_MM_DD…
AM_Hawk
  • 661
  • 1
  • 15
  • 33
0
votes
1 answer

PC Kinect disconnects after 5 seco using Brekel for animation.

I am trying to capture animation using a PC Kinect connected via USB 3.0 When I try to capture animation using Brekel, the PC Kinect keeps disconnecting and shutting down and only stays on for 5 seconds. I did not have the problem before the…