l0x (Markus Lux)
- Login: l0x
- Email: mlux@ml1.net
- Registered on: 03/10/2013
- Last sign in: 03/11/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/10/2013
-
09:10 PM Ruby Bug #8067 (Closed): Checking a network connection in a loop never succeeds even if the connection is available.
- =begin
I want to check for a connection to a specific server with Ruby. So I just wrap the HTTP request into a begin/rescue construct and try again in a few seconds if the connection is not available.
((*Problem*)): If I start the pr...