Closed DavidPratt512 closed 4 years ago
Change socket logic to use a with block to emulate try:/finally: behavior. Adjust tests to match addition of with block.
with
try:
finally:
Sorry for the delay. I wanted to test this on a physical device before merging. It works! Thanks!
Change socket logic to use a
with
block to emulatetry:
/finally:
behavior. Adjust tests to match addition ofwith
block.