Issue with DataTypeTreeBuilder.build(client) causing ClosedChannelException on HTTPS endpoint (Milo SDK 0.6.15) #1507
ravi-kothapally
started this conversation in
General
Replies: 1 comment 2 replies
-
The HTTPS transport is untested/unsupported. I'm not even sure it's fully functional. It's also HTTPS + Binary encoding, and AFAIK the Prosys Server is HTTP + XML Encoding. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using Milo SDK version 0.6.15, and I'm facing an issue when trying to build the
DataTypeTree
. Below is a minimal reproducible snippet:The moment I add this line:
My write operation fails with the following exception only when using an HTTPS endpoint (no security policy and with username/password) with Prosys Simulation Server:
Observations:
https:
write
fails after theDataTypeTreeBuilder.build(...)
line.Why is the
ClosedChannelException
triggered when I useDataTypeTreeBuilder.build(client)
?DataTypeTree
without affecting the channel?Any help or guidance is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions