We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a704fa9 commit f465e3bCopy full SHA for f465e3b
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