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

CoapResource knowing the RemoteEndpoint #16

Closed
Lybecker opened this issue Aug 24, 2018 · 1 comment · Fixed by #19
Closed

CoapResource knowing the RemoteEndpoint #16

Lybecker opened this issue Aug 24, 2018 · 1 comment · Fixed by #19

Comments

@Lybecker
Copy link
Contributor

I have a requirement where I need to server to know the origin of the request - the RemoteEndpoint.

The ICoapConnectionInformation is not forwarded from CoapResourceHandler.HandleRequestAsync method to the CoapResource.
I guess it would be a nicer solution if the ICoapConnectionInformation was forward as part of the CoapMessage.

@Lybecker
Copy link
Contributor Author

Any suggestion on how to implement this? Then I can give it a go?

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

Successfully merging a pull request may close this issue.

2 participants