Stephen Hodgson
Stephen Hodgson
Any updates to this? Running into this problem a lot with addressable bundles.
@kantagara see https://github.com/VolodymyrBS/WebGLThreadingPatcher/issues/6#issuecomment-1962730261
WebGLPostBuildCallback.cs: ```patch @@ -162,7 +162,7 @@ static MethodDefinition CreateConstructor(ModuleDefinition moduleDefinition, Fie ctor.Parameters.Add(new ParameterDefinition(callbackField.FieldType)); var ilProcessor = ctor.Body.GetILProcessor(); ilProcessor.Emit(OpCodes.Ldarg_0); - ilProcessor.Emit(OpCodes.Call, new MethodReference(".ctor", moduleDefinition.TypeSystem.Void, moduleDefinition.TypeSystem.Object)); + ilProcessor.Emit(OpCodes.Call, new MethodReference(".ctor", moduleDefinition.TypeSystem.Void, moduleDefinition.TypeSystem.Object)...
> Would you please attach logs? Sure where can I find these?
- Blocked by https://github.com/dotnet/runtime/issues/113698
Pretty sure this should already be possible in the latest release, but I'll double check.
@jhaeussler-tricat I looked into it but this is a pretty big breaking change I'll have to wait until 9.x to make
@sipsorcery good questions. I have been using your sip packages for my own projects but have not done any WebRTC stuff. If you have any guidance here please let me...
Unfortunately I don't have bandwidth to commit to this in the near future, but I could see myself getting around to it on weekends when I've got some free time....
Yes, I try to be as active and responsive to all my projects as possible, so if you open a PR I am more than willing to work with you...