hyabean
hyabean
这个前缀字符是为解决粘包问题的,传的是发送的包的长度
@SBahre you can call H5E.walk instead of H5E.print. private static void DisableErrorPrinting() { var stackid = H5E.get_current_stack(); H5E.auto_t auto_cb = ErrorDelegateMethod; H5E.set_auto(H5E.DEFAULT, auto_cb, IntPtr.Zero); try { hid_t fid = H5F.create(@"D:/CME.CL1812.h5",H5F.ACC_CREAT);...
You can retrieve data with the System.Diagnostics.PerformanceCounter class. And publish using prometheus-net Sample from oracle. https://github.com/oracle/dotnet-db-samples/blob/master/samples/performance-counters/ODP-perf-counters.cs Then publish using prometheus-net
> Hi @jhy871167495 > I'm having the same issue, and it is happening in random times. > > Since @tejacques is not answering, did you found any workaround? Or maybe...