Ceri Coburn
Ceri Coburn
g_object_new doesn't seem to be the lowest entry point to creating a GObject types. It seems to g_object_new -> g_object_new_valist -> g_object_newv, so this pull request hooks g_object_newv instead. using...
Support other types of client/server transport mechanisms beyond HTTP. This will open up the possibility of creating tunnels for standard mTLS, QUIC and even virtual channels within RDP and Citrix.
There appears to be a bug in the send1 function where if the UDT::send function returns an error on SOCK_STREAM sockets, the error is ignored and the function returns data...
It seems if you reload barchart for a second time within the JVM, it causes the JVM process to crash with a SIGSEGV. Here is what I have found so...