bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
617 stars 188 forks source link

Remove unnecessary code, originally for checking for disconnects when using non-overlapped I/O #147

Closed cmaglie closed 1 year ago

cmaglie commented 1 year ago

Build on top of #144 (thanks @palazzol).

I've taken the commit from #144 and removed also the timeout logic that is no more needed.