-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.2 crahes on reset #6
Comments
@Apollon77 that's correct there is no reset ... |
Yes in fact reset often (always?) gave an error ... so I also removed it from my code :-) |
I've added it tho in |
sorry still crash
|
I will have a look tomorrow as I need to use debugger on linux for this one. |
all good.I removed rest call for now. rest seems to work. Thank you for all your support |
@Apollon77 I had a busy week but I will try tonight to pin point the issue. For now I keep this open |
All good. No stress. It is not blocking me for anything. |
@Apollon77 The Issue wasn't so much with the reset but with error callbacks. The main thing was that reset was called before binding to the socket. It will now throw a proper JavaScript error when you do this. I think I can add something in |
Hm, ok but what exactly needs to be done before? the way noble works is that you have this "singleton" and just use startScanning or connect on it ... so reset should also auto bind to the socket when it is not yet, or? |
This has been fixed in the latest release. So I'm closing the issue |
... seems changes in the socket lib
when you call noble.reset()
The text was updated successfully, but these errors were encountered: