fix(signarl): wrong msgpack encode

This commit is contained in:
MingxuanGame
2025-08-01 11:00:57 +00:00
parent 74e4b1cb53
commit a11ea743a7
5 changed files with 50 additions and 14 deletions

View File

@@ -158,7 +158,7 @@ class MsgpackProtocol:
result_kind = 2
if packet.error:
result_kind = 1
elif packet.result is None:
elif packet.result is not None:
result_kind = 3
payload.extend(
[