This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
Tags: palfvin/zxing.rb
Tags
Remove STDIN.read call from zxing/server.rb Was using STDIN.read to verify that a parent thread was still running. This caused problems in Ruby scripts that require to read user input (i.e. when requiring zxing from IRB). Replaced with a loop that checks Thread.main's status every 0.5 seconds. This bumps version to 0.3.1