Skip to content

Commit f465e3b

Browse files
committed
retype workQueue to OrderedTable
1 parent a704fa9 commit f465e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nmqtt.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type
3636
s: AsyncSocket
3737
ssl: SslContext
3838
msgIdSeq: MsgId
39-
workQueue: Table[MsgId, Work]
39+
workQueue: OrderedTable[MsgId, Work]
4040
pubCallbacks: Table[string, PubCallback]
4141
inWork: bool
4242
keepAlive: uint16

0 commit comments

Comments
 (0)