Closed marshauf closed 8 years ago
A pull request would be great! Turnpike is close to being finished but I haven't had much time to work on it lately. I should be able to put some time into it in the next couple weeks.
When a client disconnects, the realm now calls.
r.Dealer.RemoveSession(sess)
r.Broker.RemoveSession(sess)
Hello,
I am missing the client.Unregister function. The server doesn't unregister a procedure if a client leaves the realm or closes the connection. If a client restarts it fails upon sending register since the procedure is already registered.
I also can't send messages since most of the required client functions are private. I will probably create a pull request with the client.Unregister function implementation.