* Your **ABP Framework version**. v4.2 * Your **User Interface** type MVC * Your database provider(EF Core/MongoDB) EfCore ` PreConfigure<ISignalRBuilder>(options => { options.AddNewtonsoftJsonProtocol(); });` I use it as above, but it's not work