A break or interruption in an existing connection, continuum, or process.
0
votes
0answers
13 views
TCP Async Socket
I have actually a problem with my asynchronous TCP socket client - server library and many simultaneously incoming connection.
The server receive a following exception:
Exception
Connection ...
0
votes
1answer
31 views
What happens on server when the client/browser quit the page?
I'm planning to code a server method whose role will be to export a bunch of documents to third party server (dropbox for example). This server method could last several minutes. So I'm asking myself ...
0
votes
0answers
15 views
PHP socket_recv detect disconnect from server
I've posted below the entire bot's source code, with edited values for passwords and such.
My bot for IRC works great, doesn't disconnect for the most part... but after 2-3 days, the bot hangs ...
2
votes
4answers
41 views
How to test a disconnection when testing an AJAX application?
I'm testing an AJAX application where we need to handle a temporary loss of connection to the server or other errors (i.e. like in Gmail or Google Calendar.) What's a good way to simulate this in ...
2
votes
1answer
99 views
Client socket not receiving data correctly
I've tried looking about for an answer but I can't seem to find one that answers my specific problem.
Perhaps I don't know how to articulate the problem correctly.
I think I've pinpointed what it ...
0
votes
1answer
36 views
Firebase as distributed database sync engine for invoices, with disconnect?
I'm building a invoice app for iOS. I need a way to sync data between several devices of the same company that use the app. This have the common customers, product, inventory, invoices/detail tables.
...
0
votes
0answers
15 views
Sample code for sending KSPROPERTY_ONESHOT_DISCONNECT
I need to perform in Windows8->Control Panel->Sounds->Bluetooth Device->Right click->Disconnect operation programmatically. I came to know from MSDN and forums that I need to send ...
1
vote
3answers
51 views
C# - Avoid getting a SocketException
I was wondering if there's a way to avoid getting a SocketException whenever I cannot connect rather than catching the SocketException using try/catch.
I have this code which checks if a server is ...
-2
votes
0answers
34 views
user keeps getting disconnected from program on server [closed]
I know nothing about Java but I have one program Mcleod Loadmaster that runs on our server and all users connect to the program from a client on their workstations
I have one user that gets ...
0
votes
0answers
16 views
actionscript/NetStreams - how to know if someone get disconnected or turn off his camera
i use this function to know who has connected to my client:
private function initSendStream():void { ExternalInterface.call("alert", nc.nearID);
myPeerID = nc.nearID;
ss = new ...
2
votes
1answer
42 views
Android: How to activate power button programmatically?
I am trying to develop an app that disconnects an incoming call automatically.. I read somewhere that on pressing the power button, the call gets disconnected.. Could anyone let me know how to do this ...
0
votes
0answers
50 views
TCPClient.Close() doesn't work when using Mono
I'm trying to simply disconnect socket client.
TcpClient socket = new TcpClient();
NetworkStream stream = socket.GetStream();
// ...
stream.Close();
socket.Close();
Well, it works perfectly ...
0
votes
1answer
56 views
socket keepalive works with xp but not with windows 7 c#
I have a strange problem:
I have a list of TcpClients that I need to be notified when one of them disconnects.
When each of them is initialized I set their socket to keepalive (setsocketoption, and ...
0
votes
0answers
65 views
Jenkins Slave Nodes Won't Start
I have a simple Jenkins job set up and for some reason certain computers in the office are having trouble connecting as slave nodes.
-One computer connects fine, no issues.
-One connects using java ...
2
votes
1answer
98 views
iOS Core Bluetooth no disconnect notification
I'm developing an app using CoreBluetooth and I need to be notified if the bluetooth connection is lost. I establish connection with many BLE devices, put the app into background mode and wait for ...
1
vote
1answer
87 views
PHP doesn't detect connection abort at all
I have read and deeply understood these:
http://www.php.net/manual/en/features.connection-handling.php
http://www.php.net/manual/en/function.register-shutdown-function.php
However, I have tested both ...
0
votes
1answer
53 views
Redis disconnecting and reconnecting on Twisted periodically
I have Twisted server with constant connection to Redis.
I'm using library https://github.com/fiorix/txredisapi.
Problem is that from time to time Twisted lose connection to Redis and reconnects ...
0
votes
1answer
108 views
pyqt disconnect slots. New style
I asign slot with this.
...
self.query = QtGui.QLineEdit(self)
self.query.textChanged.connect(lambda: self.makeThread(self.googleSearch()))
...
0
votes
0answers
39 views
How to debug weird wi-fi ADSL router reset/disconnection issue when calling with ipjsua / PJSIP
Well, now this is an extremely weird situation regarding PJSIP.
I (successfully) built and ran the included iOS sample app, ipjsua, both on the simulator and an actual device. Everything works (sort ...
0
votes
0answers
24 views
Winsock API, Access point change
I am new to Winsock programming.
I have a server that is stable and client which runs on Winsock. Currently, I open a connection to server and send and receive data. I never close the connection ...
0
votes
0answers
111 views
Wifi disabled on Android after removing other networks
I have an android app that performs network connections on opening the app and disconnects and removes the networks on closing it.. If the device was initially on 3G, opening and closing the app ...
0
votes
2answers
438 views
c# detecting tcp disconnect
I have two simple applications:
A Server application that waits on a specific tcp port for a client to connect. Then listens to what he says, send back some feedback and DISCONNECT that client.
A ...
1
vote
0answers
110 views
how to connect/disconnect broadband connection with c#?
i want to connect/desconnect broadband connection with c#
string[] lines = System.IO.File.ReadAllLines(Path);
// System.Windows.Forms.MessageBox.Show(lines[0] + " " + lines[1] + " " + ...
0
votes
1answer
91 views
Call disconnect for asterisk
How to capture call disconnect for asterisk using PHPAGI ?
For e.g. if user disconnects the call which event is invoked ? How to capture it ?
1
vote
0answers
128 views
Get the last call fail cause with Android
I am new to Android development and I'm trying some core telephony development. Can anyone tell me how I can get the last call fail cause (or cause code)? I have seen references to ...
0
votes
2answers
102 views
Can I “un-transfer” 2 existing channels with Asterisk?
I have 2 phones connected after transfer action and now I want to "un-trasfer" them both and put them on hold listening to background music. I've tried to park, call a phantom number, etc. But every ...
0
votes
2answers
227 views
Chat client crashes upon client disconnect
I have been following an old tutorial for making a chat program and I have been dissecting it to fit into a new form, although I have gotten it to work as it was intended it runs into the error: ...
1
vote
0answers
142 views
Loop an audio clip when an android Bluetooth phone disconnects from a Bluetooth device
I need my Bluetooth android app to loop a short audio clip if it disconnects from a Bluetooth device. So far I have only done all the Bluetooth framework. Here is what I have:
package ...
0
votes
1answer
273 views
C# Socket Connection Issue
Ok so I have a socket connection within my code that is causing a problem. It connects and then disconnects rather quickly. It disconnects after the "connections++;" line. Any ideas?
AS REQUESTED ALL ...
0
votes
1answer
110 views
iOS UI Automation : toggle network settings during test execution time from within the tests
I need to test various alerts that comes when network disconnects at various points of test flows. So I need to disconnect iPad/simulator from network. Is there any way where we can toggle network ...
1
vote
0answers
34 views
Disconnect eclipse project from svn by code
I called a method in eclipse through REST to invoke SVNKitUtil at the server side to delete the project from SVN by code.
And also I deleted .svn folder under this project, but the project is still ...
0
votes
0answers
54 views
Facebook: Sporadic Error 10054 - session disconnected by server when Receiving data from FQL request
I have a very simple FQL request that I run through a program.
The request is as follows:
SELECT
source_id,
message,
created_time
FROM
stream
WHERE (
( source_id = '159616034235') ...
0
votes
2answers
63 views
Remote socket disconnection not seen by PHP
I have a PHP socket server listening to multiple sockets.
On my client, if I suspend the machine, no disconnection message is sent to the PHP server. How can I figure out which client is still ...
7
votes
1answer
587 views
Mannaging SQLConnection / Datasnap through client-server disconnects
In my Datasnap client application i use 1 TSQLConnection for my methods and ProviderConnection.
Problems arise when the connection is lost.
Both TSQLConnection.Connected and ...
0
votes
1answer
406 views
destructor when stopping idhttp.get ( indy, delphi)
My application can download one picture from every url in memo1.
It uses idhttp.get and has a skipbutton. After skip it downloads the next picture.
Q1: Do you have code to put into the destructor and ...
0
votes
2answers
115 views
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. ...
0
votes
0answers
43 views
Cause for Call Disconnect
Can anyone perhaps tell me how I could determine the cause for a call disconnecting with iOS. I know there is an undocumented function called CTCallGetCauseCode, but does anyone know how to implement ...
0
votes
1answer
431 views
iOS6 does not disconnect Bluetooth Smart/LE Peripheral
Before upgrading to iOS6, it all worked fine, but now when I run
[centralManager cancelPeripheralConnection:peripheral];
the callback gets triggered
-(void) centralManager:(CBCentralManager ...
1
vote
1answer
101 views
PHP kill script after disconnection of client
Currently I am working on a system in PHP (for syncing data between webservices) (using the Lithium framework) which makes multiple requests to different webservices through curl.
For every response ...
0
votes
1answer
75 views
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 ...
2
votes
2answers
288 views
Detecting socket closing using boost::asio in Windows
So I have a service method that uses io_service::poll() to process any currently-ready read/write events:
void Foo::service()
{
io.poll(); // boost::asio::io_service
if (socket.is_open())
if ...
-2
votes
1answer
168 views
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 ...
0
votes
0answers
147 views
Netty: Will channel.disconnect() release the resources?
Everyone.
Based on what i have read from the netty documentation, for every client that will connect to the socketserver, a thread from the thread pool will be used. I do have a requirement where in ...
10
votes
2answers
458 views
Programmatically Connect and Disconnect Android Device
I need to find a way to (using an Android application) programmatically connect and disconnect an Android device from a host.
I am using a Galaxy Nexus. My goal is to keep everything as close to ...
1
vote
2answers
2k views
iOS 6 - Bluetooth LE disconnect
Ok what the heck is up with iOS6 and how it handles Bluetooth LE disconnections? Before the device would disconnect immediately but now, for some strange reason, the device waits to disconnect for ...
0
votes
1answer
128 views
How a browser can recognize a disconnection/navigate away from browser by user in ASP.NET C#
Suppose 2 players are playing a game on 2 different browsers. The game states are stored in session variables, each browsers has a different session but the game object requires two players to move ...
2
votes
1answer
240 views
IdHTTP Access Violation on Disconnect
Indy 10:
two threads, thread 1 is calling Get on an TIdHTTP and blocked reading data.
thread 2 will call disconnect on the same TIdHTTP in order to interrupt the Get.
I'm using Digest Authentication ...
0
votes
1answer
292 views
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 ...
0
votes
1answer
265 views
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 ...
5
votes
2answers
628 views
How to disconnect an HttpUrlConnection on HTC (Froyo and below) phones?
I need to disconnect a long polling http request from the client side in some cases. The relevant part of the HttpUrlConnection I make to the server is as follows (all the code below is within a ...



