Closed johnweldon closed 8 years ago
Provide mechanism to specify binding port for authentication, addressing #229, using the context and a new sasl.WithBindingPort(ctx context.Context, port uint16) ctx.Context helper function and related code.
sasl.WithBindingPort(ctx context.Context, port uint16) ctx.Context
@jdef is there anyone you know of who is able to review and merge this?
@johnweldon i'll take a look. have been on PTO the last 10 days
LGTM. Thanks for the PR!
Thanks @jdef
Provide mechanism to specify binding port for authentication, addressing #229, using the context and a new
sasl.WithBindingPort(ctx context.Context, port uint16) ctx.Context
helper function and related code.