halspang

Results 147 comments of halspang

I don't believe we specify any content headers, though you could yourself by providing an appropriate httpclient/factory to the client construction. `InvokeMethodAsync()` does try and deserialize whatever the response is...

@tomhreb - Thanks for opening this! I'm a little bit worried about removing case sensitivity though. What if people are depending on that? I think this may be more what...

When you run Dapr, do you see a log like: ``` INFO[0001] detected actor state store: statestore app_id=testbedactor instance=Hals-MacBook-Pro.local scope=dapr.runtime type=log ver=edge ``` Or ``` INFO[0005] actor runtime started. actor...

@Namohar - Are you sure that your component was scoped to the appropriate apps? And did you see the next log line that I asked for?

The InvokeBinding call just takes your provided object/data (serialized to json if an object) and sends it to the component. So if you're encoding that into your request object, it...

I'm going to close this issue, feel free to reopen if you need more help.

Thanks for opening this issue! I wonder if it's something as simple as a casing mismatch? You launch it with `orderApi` but it's sayin git can't find `orderapi`. I tried...

You can also use `WithTopic` like this: https://github.com/dapr/dotnet-sdk/blob/master/examples/AspNetCore/RoutingSample/Startup.cs#L106. If you need truly programmatic subscriptions, those are not yet supported by Dapr. If you're just loading the name at runtime, this...

@danielgerlag - Do you need any more information?