Jelle
Jelle
Update SimplePing to latest version from Apple. Also fix type booboo in MainPresenter of Demo.
I find that pinging a whole subnet will not report about 20% of the devices that should be there. Bigger numbers if the max concurrency count is higher. When I...
Every once in a while I get a crash in the diffie_hellman call, which was triggered by `session.handshake(socket)`. Not sure what causes this, and where the problem could be. Is...
For some reason SwiftSH won't run in the simulator on my machine. Any idea why not? Does that work on your machine? Any ideas how to fix that?
When adding a completion block to open/write/connect/download etc, I noticed the behaviour of chaining those commands is a little different. This fixes that problem, so adding a completion block to...
When the other side of the ssh shell disconnects for some reason, I get no error callback. Any idea how to catch this hangup? The console gives me this: ```...