Markus

Results 26 comments of Markus

There's also a solution described in the migration guide: https://docs.chainlit.io/guides/migration/1.0.500

Hi @pruivo, thanks for clarification. I now removed "transport". Then I created a Cache "MyCache" with * org.infinispan.DIST_SYNC or even with * org.infinispan.REPL_SYNC on both sides. Then created a key...

Looks much better now... But why do I get a read timeout now? ``` 09:31:17,420 DEBUG (jgroups-6,relay-global,_e7257e072ef3-53682:NYC) [org.jgroups.protocols.pbcast.STABLE] _e7257e072ef3-53682:NYC: resume task started, max_suspend_time=33000 09:31:17,428 DEBUG (jgroups-6,relay-global,_e7257e072ef3-53682:NYC) [org.jgroups.protocols.pbcast.GMS] _e7257e072ef3-53682:NYC: installing view...

Thanks. Looks good now. Despite I can not see the entries on "Activity" but I see "Entries (4)" and when searching for that key, it appears! Entered one item at...

> do you mind adding the config1.yaml and config2.yaml? any new user seeing those commands may not understand where the configuration comes from. good Idea, I'll add it to the...

Same problem here. I fixed it this way: ``` c# private void grdAccurateWorkTime_BeginningEdit(object sender, DataGridBeginningEditEventArgs e) { if (isAnyRowEditing()) { e.Cancel = true; } //... if (e.Column is DataGridComboBoxColumn) {...