|
@@ -312,9 +312,10 @@ class SRIConnection(asyncio.Protocol):
|
|
|
|
|
|
|
|
|
object = protobuf.SCSign()
|
|
|
- object.ret = ret
|
|
|
+ object.ret = ret
|
|
|
object.uid = self.connection_id
|
|
|
object.name = name
|
|
|
+ object.user_uuid = str(user.get('_id'))
|
|
|
re_command_id = protobuf.SC_Sign
|
|
|
re_body_length = object.ByteSize()
|
|
|
re_head_data = struct.pack(self.head_sequence, re_command_id, re_body_length)
|