Hello everyone,
First I like to say that In really like the library and have been using it extensively the past month. Especially the notifier/listener construction works for me.
I'm trying to do some work (parsing & HTTP-request) inside the listener, this creates a bottleneck that I need to fix. CAN-messages are now being lost. To fix it I am going to implement an asynchronous method/function.
I am not sure of this is the bottleneck so I have some questions:
- What happens if one listener is still active when another message arrives?
- Has anyone done this before with this library?
- Could I request this as a feature for upcoming releases?
Hello everyone,
First I like to say that In really like the library and have been using it extensively the past month. Especially the notifier/listener construction works for me.
I'm trying to do some work (parsing & HTTP-request) inside the listener, this creates a bottleneck that I need to fix. CAN-messages are now being lost. To fix it I am going to implement an asynchronous method/function.
I am not sure of this is the bottleneck so I have some questions: