forked from ddrilling/AsbCloudServer
фикс внутри AddToGroup
This commit is contained in:
parent
f620d75a19
commit
e18e4e9273
@ -37,11 +37,8 @@ namespace AsbCloudWebApi.SignalR
|
||||
var state = work?.CurrentState;
|
||||
if (state is not null)
|
||||
{
|
||||
progress = new ReportProgressDto
|
||||
{
|
||||
Operation = state.State,
|
||||
Progress = (float)state.Progress,
|
||||
};
|
||||
progress.Operation = state.State;
|
||||
progress.Progress = (float)state.Progress;
|
||||
}
|
||||
|
||||
await Clients.Group(groupName).SendAsync(
|
||||
|
Loading…
Reference in New Issue
Block a user