mirror of https://github.com/dapr/dotnet-sdk.git
Updating the app port to 5001
This commit is contained in:
parent
0092200d18
commit
2a2ba8acbd
|
|
@ -29,10 +29,10 @@ Actor --- IDemoActor
|
||||||
|
|
||||||
To run the actor service locally run this comment in DemoActor directory:
|
To run the actor service locally run this comment in DemoActor directory:
|
||||||
```sh
|
```sh
|
||||||
dapr run --port 3500 --app-id demo_actor --app-port 5000 dotnet run
|
dapr run --port 3500 --app-id demo_actor --app-port 5001 dotnet run
|
||||||
```
|
```
|
||||||
|
|
||||||
The actor service will listen on port 5000 for HTTP.
|
The actor service will listen on port 5001 for HTTP.
|
||||||
|
|
||||||
### Making Client calls.
|
### Making Client calls.
|
||||||
Actor Client project shows how to make client calls for actor using Remoting which provides a strongly typed invocation experience.
|
Actor Client project shows how to make client calls for actor using Remoting which provides a strongly typed invocation experience.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue