gosmpp
gosmpp copied to clipboard
fix issue #151: bind not restarting when user uses closeBind
When a pdu expires and the user returns true on closeBind, it should now call the close function with the proper state. This will allow OnClosed to be called and the bind to be restarted.
This also fixes the the transceiver context that is never closed.