Skip to content
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

Enabling stateful applications: accessing Protocol instance from handler #16

Open
jait opened this issue Mar 7, 2015 · 1 comment
Open

Comments

@jait
Copy link

jait commented Mar 7, 2015

With TCP/netstring servers it is often desired to use the TCP connection as a session to enable stateful applications. For this, one would need to access the Protocol instance or to be able define a handler so that a new instance is created for each connection.

@ChristianTacke
Copy link

Probably related question: How to get the IP of the requesting client in the server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants