Top "Socketexception" questions

SocketException is the superclass of all other socket related exceptions and may be thrown during socket creation or setting options.

C# Async UDP listener SocketException

I have a pretty simple Asynchronous UDP listener, setup as a service, and it's been working quite well for awhile …

c# asynchronous udp socketexception
SocketException Broken pipe in Solr/tomcat

I'm using Solr 4.3 with tomcat7. When the number of concurrent writes and reads increase it is crash throwing this SocketException …

java tomcat socketexception solr4
'Connection was forcibly closed by the remote host' when sending a lot of data

I have some troubles with the sending of push notifications in a C# multithread windows service. When I send a …

c# multithreading threadpool apple-push-notifications socketexception
SignalR Owin Self-Host on Linux/Mono SocketException when clients lose connection

I'm running very simple signalr server self-hosted via Owin on ubuntu server 14.04, mono 3.2.8. (code below). Connecting/Disconnecting works fine on …

c# linux mono signalr socketexception
why i can't catch java.net.SocketTimeoutException?

I have a Simple Multithread Server, the code of Threads looks like this: public void run(){ while(Ecoute()){ str=LireTrame(…

java sockets socketexception socket-timeout-exception
Axis web service client error

One of our customers faced this error while calling our web service. I think this is because a connection problems …

java web-services axis socketexception
I/flutter (30720): SocketException: OS Error: Connection timed out, errno = 110, address = 192.19.170.13, port = 47763

I'm using a real device (not an android emulator) backend: MongoDb Atlas, API: strapi-beta, getting this error: I/flutter (30720): SocketException: …

mongodb api http flutter socketexception
Heart-beating in STOMP client

The design of my current stomp client process is as follows: Open stomp connection (sending CONNECT frame) Subscribe to a …

java activemq socketexception stomp