Activities of "ahmet.ulusoy"

hi

The SignalR works on the web and SignalRClient projects.

Can you test it?

Thanks

https://github.com/ahmet-ulusoy/ForYou.Exchange/commit/c5f0d1487c12ba53a8645f62aba48af2deebb6b1

Hi maliming,

Great solution, everything works perfectly.

Thank you so much for everything.

If i add ChatSignalR module to ChatSercice.HttpApi.Host project I can connect it over a gateway.

Hi maliming,

I added SignalRClient project to under apps folder.

Hi maliming,

I saw your commit. I know it's working like that, as I mentioned before, I need to access it over gateways, because we have third gateway which is for mobile and when we made it like it we can't connect over gateways to signalr.

Do you have a solution for that?

Thanks, waiting for your replies

Hi maliming,

I reproduce this in a new MS Template.

Also, invite you to the project.

Can you check your e-mail box, please.

ProjectName: ForYou.Exchange

Hi maliming,

We can't share the project because of the company rules. But we can check it together in my pc.

But when I send a message to a user from web application, the other user' web application don't show any notifications. Therefore I say signalr is not working when we add ChatSignalRModule to ChatService.HttpApi.Host project.

If you have time, can we make a teams meeting

Logs for chat-service

[chat-service_3be2a96e-e]: [11:33:13 INF] Executing endpoint 'Volo.Chat.Users.ContactController.GetContactsAsync (Volo.Chat.HttpApi)' [chat-service_3be2a96e-e]: [11:33:13 INF] Route matched with {area = "chat", action = "GetContacts", controller = "Contact"}. Executing controller action with signature System.Threading.Tasks.Task1[System.Collections.Generic.List1[Volo.Chat.Users.ChatContactDto]] GetContactsAsync(Volo.Chat.Users.GetContactsInput) on controller Volo.Chat.Users.ContactController (Volo.Chat.HttpApi). [chat-service_3be2a96e-e]: [11:33:13 INF] Executing action method Volo.Chat.Users.ContactController.GetContactsAsync (Volo.Chat.HttpApi) - Validation state: Valid [chat-service_3be2a96e-e]: [11:33:13 INF] Start processing HTTP request GET https://localhost:44322/.well-known/openid-configuration [chat-service_3be2a96e-e]: [11:33:13 INF] Sending HTTP request GET https://localhost:44322/.well-known/openid-configuration [chat-service_3be2a96e-e]: [11:33:13 INF] Received HTTP response headers after 13.1045ms - 200 [chat-service_3be2a96e-e]: [11:33:13 INF] End processing HTTP request after 13.3562ms - 200 [chat-service_3be2a96e-e]: [11:33:13 INF] Start processing HTTP request GET https://localhost:44322/.well-known/jwks [chat-service_3be2a96e-e]: [11:33:13 INF] Sending HTTP request GET https://localhost:44322/.well-known/jwks [chat-service_3be2a96e-e]: [11:33:13 INF] Received HTTP response headers after 2.2632ms - 200 [chat-service_3be2a96e-e]: [11:33:13 INF] End processing HTTP request after 2.4637ms - 200 [chat-service_3be2a96e-e]: [11:33:13 INF] Start processing HTTP request POST https://localhost:44322/connect/token [chat-service_3be2a96e-e]: [11:33:13 INF] Sending HTTP request POST https://localhost:44322/connect/token [chat-service_3be2a96e-e]: [11:33:13 INF] Received HTTP response headers after 58.8366ms - 200 [chat-service_3be2a96e-e]: [11:33:13 INF] End processing HTTP request after 59.3674ms - 200 [chat-service_3be2a96e-e]: [11:33:13 INF] Start processing HTTP request GET https://localhost:44388/integration-api/identity/users/c486aede-2e34-cd8d-a5e5-3a121d3de1b4/role-names?api-version=1.0 [chat-service_3be2a96e-e]: [11:33:13 INF] Sending HTTP request GET https://localhost:44388/integration-api/identity/users/c486aede-2e34-cd8d-a5e5-3a121d3de1b4/role-names?api-version=1.0 [chat-service_3be2a96e-e]: [11:33:13 INF] Received HTTP response headers after 19.7483ms - 200 [chat-service_3be2a96e-e]: [11:33:13 INF] End processing HTTP request after 20.1448ms - 200 [chat-service_3be2a96e-e]: [11:33:13 INF] Executed action method Volo.Chat.Users.ContactController.GetContactsAsync (Volo.Chat.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 123.5036ms. [chat-service_3be2a96e-e]: [11:33:13 INF] Executing ObjectResult, writing value of type 'System.Collections.Generic.List1[[Volo.Chat.Users.ChatContactDto, Volo.Chat.Application.Contracts, Version=8.0.1.0, Culture=neutral, PublicKeyToken=null]]'. [chat-service_3be2a96e-e]: [11:33:13 INF] Executed action Volo.Chat.Users.ContactController.GetContactsAsync (Volo.Chat.HttpApi) in 127.4927ms [chat-service_3be2a96e-e]: [11:33:13 INF] Executed endpoint 'Volo.Chat.Users.ContactController.GetContactsAsync (Volo.Chat.HttpApi)' [chat-service_3be2a96e-e]: [11:33:13 INF] Executing endpoint 'Volo.Chat.Conversations.ConversationController.GetConversationAsync (Volo.Chat.HttpApi)' [chat-service_3be2a96e-e]: [11:33:13 INF] Route matched with {area = "chat", action = "GetConversation", controller = "Conversation"}. Executing controller action with signature System.Threading.Tasks.Task1[Volo.Chat.Conversations.ChatConversationDto] GetConversationAsync(Volo.Chat.Conversations.GetConversationInput) on controller Volo.Chat.Conversations.ConversationController (Volo.Chat.HttpApi). [chat-service_3be2a96e-e]: [11:33:13 INF] Executing action method Volo.Chat.Conversations.ConversationController.GetConversationAsync (Volo.Chat.HttpApi) - Validation state: Valid [chat-service_3be2a96e-e]: [11:33:13 INF] Executed action method Volo.Chat.Conversations.ConversationController.GetConversationAsync (Volo.Chat.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 19.0043ms. [chat-service_3be2a96e-e]: [11:33:13 INF] Executing ObjectResult, writing value of type 'Volo.Chat.Conversations.ChatConversationDto'. [chat-service_3be2a96e-e]: [11:33:13 INF] Executed action Volo.Chat.Conversations.ConversationController.GetConversationAsync (Volo.Chat.HttpApi) in 23.9916ms [chat-service_3be2a96e-e]: [11:33:13 INF] Executed endpoint 'Volo.Chat.Conversations.ConversationController.GetConversationAsync (Volo.Chat.HttpApi)' [chat-service_3be2a96e-e]: [11:33:37 INF] Executing endpoint 'Volo.Chat.Conversations.ConversationController.SendMessageAsync (Volo.Chat.HttpApi)' [chat-service_3be2a96e-e]: [11:33:37 INF] Route matched with {area = "chat", action = "SendMessage", controller = "Conversation"}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Chat.Messages.ChatMessageDto] SendMessageAsync(Volo.Chat.Messages.SendMessageInput) on controller Volo.Chat.Conversations.ConversationController (Volo.Chat.HttpApi). [chat-service_3be2a96e-e]: [11:33:37 INF] Executing action method Volo.Chat.Conversations.ConversationController.SendMessageAsync (Volo.Chat.HttpApi) - Validation state: Valid [chat-service_3be2a96e-e]: [11:33:37 INF] Start processing HTTP request GET https://localhost:44322/.well-known/openid-configuration [chat-service_3be2a96e-e]: [11:33:37 INF] Sending HTTP request GET https://localhost:44322/.well-known/openid-configuration [chat-service_3be2a96e-e]: [11:33:37 INF] Received HTTP response headers after 5.3215ms - 200 [chat-service_3be2a96e-e]: [11:33:37 INF] End processing HTTP request after 5.5261ms - 200 [chat-service_3be2a96e-e]: [11:33:37 INF] Start processing HTTP request GET https://localhost:44322/.well-known/jwks [chat-service_3be2a96e-e]: [11:33:37 INF] Sending HTTP request GET https://localhost:44322/.well-known/jwks [chat-service_3be2a96e-e]: [11:33:37 INF] Received HTTP response headers after 2.0173ms - 200 [chat-service_3be2a96e-e]: [11:33:37 INF] End processing HTTP request after 2.2119ms - 200 [chat-service_3be2a96e-e]: [11:33:37 INF] Start processing HTTP request POST https://localhost:44322/connect/token [chat-service_3be2a96e-e]: [11:33:37 INF] Sending HTTP request POST https://localhost:44322/connect/token [chat-service_3be2a96e-e]: [11:33:37 INF] Received HTTP response headers after 46.1733ms - 200 [chat-service_3be2a96e-e]: [11:33:37 INF] End processing HTTP request after 46.3972ms - 200 [chat-service_3be2a96e-e]: [11:33:37 INF] Start processing HTTP request GET https://localhost:44388/integration-api/identity/users/c486aede-2e34-cd8d-a5e5-3a121d3de1b4/role-names?api-version=1.0 [chat-service_3be2a96e-e]: [11:33:37 INF] Sending HTTP request GET https://localhost:44388/integration-api/identity/users/c486aede-2e34-cd8d-a5e5-3a121d3de1b4/role-names?api-version=1.0 [chat-service_3be2a96e-e]: [11:33:37 INF] Received HTTP response headers after 10.6625ms - 200 [chat-service_3be2a96e-e]: [11:33:37 INF] End processing HTTP request after 10.9045ms - 200 [chat-service_3be2a96e-e]: [11:33:37 INF] Executed action method Volo.Chat.Conversations.ConversationController.SendMessageAsync (Volo.Chat.HttpApi), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 126.6964ms. [chat-service_3be2a96e-e]: [11:33:37 INF] Executing ObjectResult, writing value of type 'Volo.Chat.Messages.ChatMessageDto'. [chat-service_3be2a96e-e]: [11:33:37 INF] Executed action Volo.Chat.Conversations.ConversationController.SendMessageAsync (Volo.Chat.HttpApi) in 130.2079ms [chat-service_3be2a96e-e]: [11:33:37 INF] Executed endpoint 'Volo.Chat.Conversations.ConversationController.SendMessageAsync (Volo.Chat.HttpApi)'

Logs for web-gateway

[web-gateway_6dc431db-4]: [11:33:13 INF] Executing endpoint 'AbpApi' [web-gateway_6dc431db-4]: [11:33:13 INF] Proxying to https://localhost:44367/api/abp/application-configuration?IncludeLocalizationResources=False&api-version=1.0 HTTP/2 RequestVersionOrLower no-streaming [web-gateway_6dc431db-4]: [11:33:13 INF] Received HTTP/2.0 response 200. [web-gateway_6dc431db-4]: [11:33:13 INF] Executed endpoint 'AbpApi' [web-gateway_6dc431db-4]: [11:33:13 INF] Executing endpoint 'AbpApi' [web-gateway_6dc431db-4]: [11:33:13 INF] Proxying to https://localhost:44367/api/abp/application-localization?CultureName=tr&OnlyDynamics=True&api-version=1.0 HTTP/2 RequestVersionOrLower no-streaming [web-gateway_6dc431db-4]: [11:33:13 INF] Received HTTP/2.0 response 200. [web-gateway_6dc431db-4]: [11:33:13 INF] Executed endpoint 'AbpApi' [web-gateway_6dc431db-4]: [11:33:13 INF] Executing endpoint 'Account' [web-gateway_6dc431db-4]: [11:33:13 INF] Proxying to https://localhost:44322/api/account/profile-picture-file/f6ca6d34-29de-19ca-2306-3a121d3cffb4?api-version=1.0 HTTP/2 RequestVersionOrLower no-streaming [web-gateway_6dc431db-4]: [11:33:13 INF] Received HTTP/2.0 response 200. [web-gateway_6dc431db-4]: [11:33:13 INF] Executed endpoint 'Account' [web-gateway_6dc431db-4]: [11:33:13 INF] Executing endpoint 'Chat' [web-gateway_6dc431db-4]: [11:33:13 INF] Proxying to https://localhost:44895/api/chat/contact/contacts?IncludeOtherContacts=False&api-version=1.0 HTTP/2 RequestVersionOrLower no-streaming [web-gateway_6dc431db-4]: [11:33:13 INF] Received HTTP/2.0 response 200. [web-gateway_6dc431db-4]: [11:33:13 INF] Executed endpoint 'Chat' [web-gateway_6dc431db-4]: [11:33:13 INF] Executing endpoint 'Chat' [web-gateway_6dc431db-4]: [11:33:13 INF] Proxying to https://localhost:44895/api/chat/conversation/conversation?TargetUserId=c486aede-2e34-cd8d-a5e5-3a121d3de1b4&SkipCount=0&MaxResultCount=50&api-version=1.0 HTTP/2 RequestVersionOrLower no-streaming [web-gateway_6dc431db-4]: [11:33:13 INF] Received HTTP/2.0 response 200. [web-gateway_6dc431db-4]: [11:33:13 INF] Executed endpoint 'Chat' [web-gateway_6dc431db-4]: [11:33:37 INF] Executing endpoint 'Chat' [web-gateway_6dc431db-4]: [11:33:37 INF] Proxying to https://localhost:44895/api/chat/conversation/send-message?api-version=1.0 HTTP/2 RequestVersionOrLower no-streaming [web-gateway_6dc431db-4]: [11:33:37 INF] Received HTTP/2.0 response 200. [web-gateway_6dc431db-4]: [11:33:37 INF] Executed endpoint 'Chat'

Showing 1 to 10 of 28 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11