You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: don't use overlapping session ids in MqttFlowTest (#732)
While looking into #468, I noticed the two failing tests were
sharing the same session id, which reminded of #456.
While in this case the two tests aren't sharing the same
session, and I haven't investigated the details of this
codebase further, I'm curious to see if the problem remains
when we use unique session ids.
0 commit comments