- Removed all AyCode.Services.Server and Server DLL references from projects and code; now use only AyCode.Services and AyCode.Services.SignalRs. - Updated all documentation links to reference AyCode.Services/docs/SIGNALR_DATASOURCE/README.md. - Enabled AOT compilation in FruitBankHybrid.Web.Client. - Added InternalsVisibleTo for AyCode.Services.Server.Tests to support internal testing. - Introduced AcBinaryProtocolThreadPoolTests for thread-pool regression and contract testing. - Added P2 feature TODO for per-message protocol mode selection in AcBinaryHubProtocol. - Cleaned up using directives and removed obsolete Server-specific references. - Minor formatting and whitespace improvements. |
||
|---|---|---|
| .. | ||
| FruitBankSignalRClient.cs | ||
| README.md | ||
| SignalRDataSource.cs | ||
README.md
SignalRs
Main SignalR hub client and data source wrappers.
Key Files
FruitBankSignalRClient.cs— (~343 lines) Central hub client for ALL server communication. Methods for Partners, Shippings, ShippingItems, ShippingDocuments, Orders, OrderItems, OrderItemPallets, Products, StockTaking, GenericAttributes, Authentication.SignalRDataSource.cs—SignalRDataSourceList<T>andSignalRDataSourceObservable<T>wrappers for DevExpress grid binding.