Category "subscribe"

dotnet core Subscriber is not being triggered after Publishing

I'm working on a Redis(StackExchange.Redis) PUBSUB system in Dotnet core and everything works normally until after I publish to my channel. The subscriber simpl

Angular observable and subscription

i have one observable function in my service which i have subscribe but i am getting [object Object] instead of token value service code: get bearerToken(): Obs

Response from Microsoft identity provider getting delayed when implemented Open Id Connect in Angular and hence unable to login

I have implemented Open Id Connect in my Angular application(ver.11) with angular-oauth2-oidc library. I am able to authenticate with Google authentication syst