You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
split start_server into start_server and start_server_unix variants
Pre 2.0 versions of Ruby cannot handle keyword arguments and thus the
introduction of a socket_path keyword argument, even if defaulted to
nil, will cause errors.
Solution: Add `start_server_unix` and `start_control_unix` functions
and then share implementation with the original methods by
refactoring the implementations into common methods.
0 commit comments