-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clear client data when client disconnects #18
Comments
I'm encountering a problem because this persists even after restarting drachtio... The result is that it sometimes doesn't know where to route invites, since the clients it tries don't exist anymore.... I'm not sure if this is the same error - if not I'll create a new ticket.
|
the What would be good would be to see a log snippet where you have a client connected (log shows the client connecting) and then an INVITE comes in and the drachtio server logs about having no connected clients to send it to |
particularly in outbound mode, when a client disconnects we need to clear associate app and net transactions. There should never be data in those maps when there are no clients connected as below
The text was updated successfully, but these errors were encountered: