Update src/Socket/messages-recv.ts

This commit is contained in:
Rajeh Taher
2024-03-12 23:53:23 +02:00
committed by GitHub
parent 9d3dcfd08b
commit b66b362512

View File

@@ -160,9 +160,9 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
{ {
tag: 'retry', tag: 'retry',
attrs: { attrs: {
count: retryCount as any, count: retryCount.toString(),
id: node.attrs.id.toString(), id: node.attrs.id,
t: node.attrs.t.toString(), t: node.attrs.t,
v: '1' v: '1'
} }
}, },