Re: Datagram Session closed automatically ?

2020-10-04 Thread Alex Buechel
Well, we push mass data throw the DatagramConnector (roundabout 500 msgs per second). In our logs, we can see, that there are just a few milliseconds between the last call off messageSent() and closeSession(). Jonathan Valliere schrieb am Mo., 5. Okt. 2020, 00:38: > They’re probably being automa

Productivity during COVID-19 pandemic in open source GitHub projects.

2020-10-04 Thread Edna Dias Canedo
Dear all, Me and a group of researchers from University of Brasilia (UnB - Brazil) are investigating how the pandemic caused by COVID-19 is affecting the productivity and well-being of employees of Open Source projects hosted on GitHub. To that end, I ask you to complete a short survey on this sub

Re: Datagram Session closed automatically ?

2020-10-04 Thread Jonathan Valliere
They’re probably being automatically culled if you haven’t used it in a while. On Sun, Oct 4, 2020 at 4:53 AM Alex Buechel wrote: > Hello together, > > We have a scenario using a Unix-Machine, sending Datagram-packages from a > java-based application to another machine(Windows). On this second m

Datagram Session closed automatically ?

2020-10-04 Thread Alex Buechel
Hello together, We have a scenario using a Unix-Machine, sending Datagram-packages from a java-based application to another machine(Windows). On this second machine nobody is listening on this specific port, so we receive "Destination unreachable"-Package back. We have activated setCloseOnUnreacha