drahosj (Jake Drahos)
- Login: drahosj
- Registered on: 04/16/2025
- Last sign in: 04/16/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/16/2025
-
06:33 PM Ruby Bug #21270: init_fast_fallback_inetsock_internal (default for TCPSocket.new/TCPSocket.open) isn't fiber aware
- Ignore the hack workaround above; the default for fast fallback is exposed and can be set back to false per 3.4.0 release notes. https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/
```ruby
require 'async' # or any other fi... -
06:19 PM Ruby Bug #21270 (Assigned): init_fast_fallback_inetsock_internal (default for TCPSocket.new/TCPSocket.open) isn't fiber aware
- Sockets created via `init_fast_fallback_inetsock_internal()` don't get a chance to call the scheduler hook(s). This is the default for connections created with TCPSocket.new unless fast_fallback is specified as false. Unfortunately, this...