|
@@ -32,7 +32,8 @@ namespace IES.ExamServer.DI.SignalRHost
|
|
|
grant_type = grant_type,
|
|
|
time = DateTimeOffset.Now.ToUnixTimeMilliseconds(),
|
|
|
type = Constant._Message_type_message,
|
|
|
- contents = content.contents
|
|
|
+ contents = content.contents,
|
|
|
+ step=content.step
|
|
|
};
|
|
|
if (signalRClient != null)
|
|
|
{
|