Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] client.connect().get() hangs


Hi!

as described in 

https://github.com/eclipse/milo/blob/v0.6.10/milo-examples/client-examples/src/main/java/org/eclipse/milo/examples/client/UnifiedAutomationReadCustomDataTypeExample.java

I do 

client.addSessionInitializer(new DataTypeDictionarySessionInitializer(new JsonBsdParser()));
client.connect().get(10, TimeUnit.SECONDS);


If I remove the line with "addSessionInitializer" the client connects sucessfully, otherwise I get an Timeout Exception.

Thanks


Back to the top