We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a704fa9 + f465e3b commit 93bc8e5Copy full SHA for 93bc8e5
1 file changed
nmqtt.nim
@@ -36,7 +36,7 @@ type
36
s: AsyncSocket
37
ssl: SslContext
38
msgIdSeq: MsgId
39
- workQueue: Table[MsgId, Work]
+ workQueue: OrderedTable[MsgId, Work]
40
pubCallbacks: Table[string, PubCallback]
41
inWork: bool
42
keepAlive: uint16
0 commit comments