clmorales

Results 5 comments of clmorales

No, and end up using signalr_pure, you may try it. Hope it works.

> Can't find headers, how to send them? Remember this is for the signalr_pure package 1. Create a HttpConnetionOptions 2. Set options.headers 3. Include ...httpConnectionOptions in HubConnectionBuilder void main() async...

I was having the same issue and I managed to fixed it setting the transport in options to LongPolling hubConnection = HubConnectionBuilder() .withUrl(serverUrl, options: HttpConnectionOptions( transport: HttpTransportType.LongPolling, ))

Hi I tried Version 1.7.0 and It Works, so the problem it is on 1.8.0 only.

Problem solved. I was missing the dragula.css resource in aurelia.json. Here how to include it. { "name": "aurelia-dragula", "path": "../node_modules/aurelia-dragula/dist/amd", "main": "index", "resources": [ "dragula.css" ] },