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

Portbridge sample, class TcpClientConnectionForwarder.cs, remove line Stream socketStream = tcpConnection.GetStream(); #19

Open
RobDaPraia opened this issue Apr 11, 2017 · 2 comments

Comments

@RobDaPraia
Copy link

Description

Studying the code for the portbridge example, noticed that the line in the code block below can be removed in the class TcpClientConnectionForwarder, method void ClientAccepted(IAsyncResult asyncResult), the variable socketStream is not used in this method

Stream socketStream = tcpConnection.GetStream();
@jtaubensee
Copy link
Contributor

@RobDaPraia
Copy link
Author

Yes indeed,

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

No branches or pull requests

4 participants