Replies: 1 comment 6 replies
-
@vlotech , yes the SDK uses the http.TimeoutHandler in the configuration for the internal WebServer. Why does this cause issue with adding |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For realtime feedback of one of our applications, we would like to use a websocket and some web pages hosted from the application.
As an example, we've used the camera-management example. This fits most of our purposes, but using a websocket seems to be impossible.
The app-functions-sdk-go uses the http.TimeoutHandler which doesn't support Hijacking. The upgrade to websocket fails because of this.
We've also looked at using the edgex-ui-server as example, but we could figure out how to add the message bus to it in the right way.
What would be the best way forward?
Beta Was this translation helpful? Give feedback.
All reactions