Albert Hoekstra

Results 10 comments of Albert Hoekstra

I got same problem and could fix it doing 'npm install typings --save --global'.

I think you subscribe ‘to late’ to the status changes. If you inject the signalrR service into your component or whatsoever you probably use something like this.signalr.connect(); and then subscribe...

I noticed that it automatically reconnects 10 times after it has been connected. After 10 failed attempts it doesn’t reconnect anymore. Haven’t found or looked for functions to do it...

Agree, it doesn't respect that...

Maybe remove the help wanted tag because it suggests there is help needed at this very moment. I got baited by this while browsing the repositories and I saw the...

You will have to use a service that push small messages from the server to your client. I've used Pusher for it. Very easy to setup! Once you've received a...

@remcoros I've added a new logo, could you upload it as the project image?

I'm running into the same problem using these versions of the libraries inside an ionic 6 project: ``` "@zxing/browser": "^0.1.1", "@zxing/library": "^0.19.1", "@zxing/ngx-scanner": "^3.6.2", ``` Did you manage to fix...

I forgot to import the module in the specific module of the page. So for example barcodescanner.module.ts instead of app.module.ts That fixed it for me

I got the same error. This is the version info: ```json { "server_version": "saas~17.1+e", "server_version_info": [ "saas~17", 1, 0, "final", 0, "e" ], "server_serie": "saas~17.1", "protocol_version": 1 } ```