bugst / go-serial

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

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

Closed cmaglie closed 2 years ago

cmaglie commented 2 years 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.