mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
bdc3a65601
The HAL init/final functions were defined in hal-posix-io and hal-win-io but never called. On Windows, hal-win-io performs WSAStartup/WSACleanup in these functions, which was not being invoked by mruby-io unlike other HAL gems (dir, socket, task). Co-authored-by: Claude <noreply@anthropic.com>