tcr
tcr copied to clipboard
Propagates positional and keyword arguments to the real_tcp method
Because the tcp method on the Socket class also accept some keyword arguments, we need to properly forward those to the real_tcp call. Another option will be to directly remove all other optional args from the call.
The error that was raised was TypeError: no implicit conversion of Hash into String
I just notice that there was a PR that already commented on this https://github.com/SalesLoft/tcr/pull/38#issuecomment-1076393095
@sionide21 Could you please review and merge this?
Thank you!