Denis
Denis
Probably it could be related https://github.com/Maratyszcza/NNPACK/issues/202 See `... ${CMAKE_CURRENT_LIST_DIR}/src/x86_64-fma)` in patch
@Pauan > > There isn't anything tying WebAssembly to the browser, it's already fully cross platform. > > WebAssembly is already used in a lot of non-browser cases: as [sandboxing...
@Horcrux7 > > My understanding is that the suggestion is an API like WASI for a WASM runtime that run inside a browser or any other WASM runtime with a...
@sbc100 > > If eliminating the JavaScript glue code that you currently need to write to web APIs is you goal then most of the interesting work in that area...
Guys, is this topic relate to load balancing with MQTT ? Seems like this is Load Balancing with additional feature like shared subscription ... I have created topic https://github.com/chkr1011/MQTTnet/issues/983 related...
I have the same issue, but when Server is down then ManagedMqttClient is hang up ... When it will be fixed ? Is there any news ? @chkr1011 Seems like...
@chkr1011 I have figured out that hanging up come in Debug mode for Xamarin application, seems like debugger use some thread that with addition with failed connection to broker hanging...
@chkr1011 Seems like this my issue was due to Rider IDE ... On Visual Studio issue is not reproducible If you interested there is ticket for it https://youtrack.jetbrains.com/issue/RIDER-52622
@alexcrichton Could you involve people from your team to this discussion ?
Yes it is about dynamic linking on systems like Linux, Windows and MacOS. The reason is that it is not possible to merge all code in single wasm file. The...