Replies: 1 comment
-
Hi @csodi, please check the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Type of issue
Current Behavior
Hi, I have some trouble etablishing a connection again.
So i connect client to server on app launch and add subscriptions, at this time all works fine.
After that i call Session.close() and when i try to recreate my session with subs with the exact same method as the init it fail with the error 'Can not access disposed object, TransportChannel is not avaliable'.
When I check serveur side the connection is well etablished but i don't even recive the keep alive.
How can i close the connection and etablish it again keeping the same subs as the begining ?
Expected Behavior
No response
Steps To Reproduce
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions