GXTX / YACardEmu

Software emulator for Sanwa CRP-1231BR-10 / CRP-1231LR-10NAB / CR-S31R-10HS3 card readers.
GNU General Public License v2.0
32 stars 10 forks source link

Open up pipe again on client disconnect #6

Closed EmiMidnight closed 2 years ago

EmiMidnight commented 2 years ago

Quick fix to have it check if the pipe is broken (aka, the client disconnected) and if so, force it to open up the connection again. This allows you to restart the game without having to restart the card emulator.

GXTX commented 2 years ago

Thanks!