I'm seen a problem when trying to use the new argument loop in a Notifier. I'm using a slcanBus instance and it seems that everytime the file reader gets something it triggers a recv. But in slcanBus that means it reads part of the received message but not the whole thing so it ignores the message or fails (for instance because it reads a character 'T' which should be followed by more characters but those haven't arrived yet).
Using the same code but not specifying a loop seems to work fine.
I'm seen a problem when trying to use the new argument
loopin aNotifier. I'm using aslcanBusinstance and it seems that everytime the file reader gets something it triggers arecv. But inslcanBusthat means it reads part of the received message but not the whole thing so it ignores the message or fails (for instance because it reads a character'T'which should be followed by more characters but those haven't arrived yet).Using the same code but not specifying a
loopseems to work fine.