Base solution for your next web application

Activities of "drg"

Question

Hello,

I'm using version Abp 4.1.0 and I want implement signalR. I find out that the functionality is not fully implemented (some classes use a compiler directive #if FEATURE_SIGNALR) Unfortunately download latest version of ASP.Net Zero is not an option so I upgraded all packages to v4.10.1

Even more:

  • implement latest chat functionality by copying the needed classes.
  • enable signalr
  • use javascript chat.signalr.js in layout.cshtml

The application runs but I ran out into an issue with javascript abp.signalr.js and checks if abp.signalr.hubs.common is defined. If not, the whole executing is aborted.

How to make it work?

Any help is appreciated.

Kind regards Tako Verkroost

Hi,

I try to send an App.SimpleMessage notification which is not working anymore. I am using version 1.2.1.0. In the previous version (0.10.3.1) it worked fine. Even if the user is subcribed, the message is not sent. If I send an NewUserRegistered notification in my application service, then it works. However, if I send an App.SimpleMessage notification, then it fails. Only what I got is an DBUpdateException. Probably is writing notifications to notification table. :cry:

Can somebody help me out? Any help is appreciated.

Kind regards, Tako Verkroost

Showing 1 to 2 of 2 entries