Ian
Results
1
comments of
Ian
I'm unsure of a good way to implement the above functionality with `getone` without the risk of hanging. I'm thinking of using `getmany` with `max_records=1`, using the built-in timeout to...