BlazorGrpc icon indicating copy to clipboard operation
BlazorGrpc copied to clipboard

How to use swagger try it out - running locally

Open nat2k5us opened this issue 4 years ago • 0 comments

The swagger (API) is using the same port as WeatherService Microsoft.AspNetCore.Server.Kestrel[0] Unable to start Kestrel. System.IO.IOException: Failed to bind to address http://127.0.0.1:5102: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use ---> System.Net.Sockets.SocketException (48): Address already in use at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)

How to run it and use the try it out?

nat2k5us avatar Jul 02 '20 02:07 nat2k5us