David Peng

Results 4 issues of David Peng

- Add check for same source and destination - Tweak to output total messages moved instead of total

`[reader] INFO net.schmizz.sshj.transport.TransportImpl - Received SSH_MSG_DISCONNECT (reason=BY_APPLICATION, msg=User Disconnected) [reader] ERROR net.schmizz.sshj.transport.TransportImpl - Dying because - User Disconnected net.schmizz.sshj.transport.TransportException: [BY_APPLICATION] User Disconnected at net.schmizz.sshj.transport.TransportImpl.gotDisconnect(TransportImpl.java:565) at net.schmizz.sshj.transport.TransportImpl.handle(TransportImpl.java:521) at net.schmizz.sshj.transport.Decoder.decode(Decoder.java:113) at net.schmizz.sshj.transport.Decoder.received(Decoder.java:203)...

I'm running fairly simple code and I am getting seg. fault with sending values out. ` GPIO.setup("XIO-P1", GPIO.OUT) ** gpio_set_direction: out ** ** open_value_file ** ** gpio_allowed: found match **...

My guess is that the API calls are reaching a rate limit, therefore the code is running into nil pointer. Solution would be to use a backoff function to call...