mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-02 15:50:47 +08:00
1. 为 WebSocket 中添加Tag属性,用于再同一个ws连接中共用某些属性
This commit is contained in:
@@ -335,10 +335,7 @@ namespace Serein.Proto.WebSocket
|
||||
return context;
|
||||
}, context =>
|
||||
{
|
||||
context.MsgRequest = null;
|
||||
context.MsgData = null;
|
||||
context.ErrorMessage = null;
|
||||
context.Model = null;
|
||||
context.Reset();
|
||||
});
|
||||
|
||||
while (webSocket.State == WebSocketState.Open)
|
||||
|
||||
Reference in New Issue
Block a user