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
this is probably not relevant 'in the real world' but during some testing of my client i noticed that connecting from the client at the same time with mqtt3 and mqtt5 to the same broker does not work.
only the last connection will receive messages as expected. the other one will result in an empty topic with the expected payload.
The text was updated successfully, but these errors were encountered:
state is nothing that should apply between different connections.
one client opening separate connections to two different brokers works as expected. one client opening two mqtt5 connections to the same broker works as expected.
one client opening. mqtt5 and a mqtt3 connection to the same broker results in problems that look like the library is sharing something between the separate connections.
the library is handling the connections. i don't even know how you would force it to use the same tcp connection.
the problem is visible with two separate connections that happen to go the the same broker and use different mqtt versions. connecting to different brokers works fine as does using the same matt version to the same broker.
this looks like some internal state is shared by accident.
this is probably not relevant 'in the real world' but during some testing of my client i noticed that connecting from the client at the same time with mqtt3 and mqtt5 to the same broker does not work.
only the last connection will receive messages as expected. the other one will result in an empty topic with the expected payload.
The text was updated successfully, but these errors were encountered: