Tuesday, January 6, 2026

LineAssembly

PICO Api>OrderPalletAssignmentController.cs

   
await _hubContext.Clients.All.SendAsync("PalletIndexed", model.StationID, model.Pallet, model.Sequence);

  //await new AssemblyLineHub().NotifyPalletIndexed(model.StationID.ToString(), model.Pallet, model.Sequence);


No comments:

Post a Comment

AI

 Update all my packages to the latest compatible versions Fix my package vulnerabilities 1. Restore NuGet Packages Right-click on your solut...