You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cyaim.WebSocketServer/Cyaim.WebSocketServer/Infrastructure/I18nText.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,8 @@ public static void UpdateI18nText(string i18nResourcePath)
142
142
143
143
publicstaticreadonlystringMvcDistributeAsync_EndPointNotFound="Endpoint not found: ";
144
144
145
+
publicstaticreadonlystringMvcForwardSendData_RequestIdRequired="Request must contain an Id property. The client cannot distinguish the response source without an Id."+Environment.NewLine;
0 commit comments