"invalid session key" error on client.join()

Hey @simonebacchini91

There may be some misunderstandings about the session_key. session_key can not be the unique identifier for the same topic. That means if a host already started a session with topic “example1” and session_key “keyA”, there’s no longer to start a new session with the same topic “example1” and session_key “KeyB” or other value until the last session ended.

Thanks
Vic