gin icon indicating copy to clipboard operation
gin copied to clipboard

Auto assign port for proxy server

Open thanhchungbtc opened this issue 4 years ago • 0 comments

When running multiple services, we must explicitly specify the proxy port number or else we will get [gin] listen tcp :3000: bind: address already in use

It would be a convenience if gin automatically finds the unused port and assign it for us.

thanhchungbtc avatar May 02 '20 03:05 thanhchungbtc