fix(signarl): wrong msgpack encode

This commit is contained in:
MingxuanGame
2025-08-01 11:00:57 +00:00
parent eb3f1823b1
commit d399cb52e2
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(
[