Musy Bite
Musy Bite
@jakemack thanks, your contribution is greatly appreciated! I wonder what was specific reason to prefer `thread_variable_get`/`thread_variable_set` over plain `[]`/`[]=`? IMO all those class variables making more sense in fiber-local context...
Sorry for long response time :) So, we have at least couple of valid use-cases for thread-local variables and i see no real reason for fiber-local variables. I guess i'll...
We really should get @astro 's word on it, but i believe it was honestly overlooked. As far as i understand, Socksify was initially released under Ruby license. Initially Ruby...
@tigris socksify-ruby can do this, altough interface is ugly a bit. It's kind of undocumented feature. ``` require 'socksify' addr = TCPSocket::SOCKSConnectionPeerAddress.new("", , "") s = TCPSocket.new(addr, ) # Proceed...
Thank you for pull request @ojab and sorry for long silence. Everything looks good to me. I'll make release this weekend.
@ojab @ajimix @mikecmpbll i'd proposed another implementation in MR #33. API is fully the same. Could you check whether it works for you? I have certain doubts about switching from...