mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b85c520843
The s = self workaround and XXX comment in recvfrom_nonblock date back to the initial import of mruby-socket. The underlying bug where self became a SystemcallException inside ensure blocks has since been fixed. Verified that self correctly refers to the socket object in ensure blocks after exceptions from recvfrom.