You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took the very basic server example and changed the protocol from opc.tcp to opc.http. I want to deploy the server to heroku but that apparently does not support tcp endpoints and requires http/s.
I took the very basic server example and changed the protocol from
opc.tcp
toopc.http
. I want to deploy the server to heroku but that apparently does not support tcp endpoints and requires http/s.This is the server:
When connecting with a basic client:
I'm getting this error:
Do you have a hint how to work with http over tcp?
The text was updated successfully, but these errors were encountered: