GraceWalk
GraceWalk
我们内部最近在重构 Consumer Group 部分,内外同时修改可能会造成冲突,所以这个问题我们内部来跟进解决吧
I encountered a bug. When I open https://grpcity.js.org/en and manually enter "gPRCity is a simple" in the search bar, an error will be reported.
> Which error ? I tried to reproduce it without success Application error: a client-side exception has occurred (see the browser console for more information). I used "Arc 1.17.2 (43249)...
> I have no error in console, I tried with Chrome Version 119.0.6045.160 (Build officiel) (64 bits), Windows OS You should try with incognito mode, to see if an extension...
> In hope this saves someone some time, we got replies working like this: connector.Conversations.SendToConversationAsync($"{groupChatId};messageid={conversationId}", (Activity) message); thank you, it looks great. There my code, ``` await connectorClient.conversations.sendToConversation( `${conversation_id};messageid=${activity_id}`, replyCard...