Skip to main content

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

Hi, what server is this with? Is it easily reproducible?

I’m on vacation and won’t be able to look into this until next week. 


On Aug 6, 2023, at 23:51, Florian Bachmair via milo-dev <milo-dev@xxxxxxxxxxx> wrote:



Hi!

as described in 


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

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top