kvokka (Mike Beliakov)
- Login: kvokka
- Registered on: 06/05/2021
- Last sign in: 06/08/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/27/2021
-
07:54 AM Ruby Revision a288c21a (git): [ruby/uri] Fix to support Ruby 3.0 Ractor
- https://github.com/ruby/uri/commit/1faa4fdc16
06/16/2021
-
02:30 AM Ruby Bug #17986: Ractor is stdlib Socket unfriendly
- This hack has a limitation which i faced with specs.
For socket testing purposes i have i small [class](https://github.com/kvokka/dtn/blob/master/spec/support/socket_recorder.rb) (It should be adjusted for using with Ractors, share it...
06/15/2021
-
10:04 PM Ruby Bug #17986: Ractor is stdlib Socket unfriendly
- > I don't think the behavior you are showing is a bug, so I think this should be closed. However, I'll wait for a while and see if another core team member feels differently.
Thank you @jeremyevans0 for the idea, you gave me TIL!
... -
01:37 AM Ruby Bug #17986 (Closed): Ractor is stdlib Socket unfriendly
- **Description**
In the process of playing with Ractors was found, that there is no way to use stdlib Sockets.
My intent was to implement bidirectional connection with Socket using Ractors.
This small console snippet is self expl...