Open vimarx opened 7 months ago
'OnNext called while another OnNext call was in progress on the same Observer.'
sounds wrong for sure, do u have a sample
The pre-release 4.241.3.0 in the Reactive.XAF lab
branch includes commits that relate to this task:
To minimize version conflicts we recommend that you use the Xpand.XAF.Core.All, Xpand.XAF.Win.All, Xpand.XAF.Web.All packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video).
Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.
If you do not use these packages directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.
Thanks a lot for your contribution.
I'm currently working on a project that heavily utilizes logging, and I've noticed numerous log entries stating: 'OnNext called while another OnNext call was in progress on the same Observer.' Is there an issue with this? Can they be deleted? Thanks