Jonathan Dan

Results 6 comments of Jonathan Dan

Just came back from holiday. Is there anything you want me to change before you can merge?

I am currently fixing this issue. I am considering two implementations for marking messages as permanantly deleted: - Add two fields to the `Message` model: ``` python sender_permanantly_deleted = models.BooleanField(default=False)...

@arneb I am not sure my last message was clear enough. I was talking about how to mark a message as permanently deleted internally. i.e. what happens when a user...

Here is a fake corrupted file that generates a maloc [test_segfault.edf.zip](https://github.com/holgern/pyedflib/files/4267822/test_segfault.edf.zip) (File is actually corrupted, i.e. file does not meet EDF+ specification --> suggestion is not to fix loading of...

Thank you for investigating this! Here is a log : https://gist.github.com/danjjl/b8e56e27b7e7a4590761fd38caf1ff23 These four lines in particular look suspicious: ``` DEBUG:pygatt.backends.bgapi.bgapi:Received a ResponsePacketType.connection_disconnect packet: Success INFO:pygatt.backends.bgapi.device:Disconnected from A0:E6:F8:75:50:84 INFO:pygatt.backends.bgapi.bgapi:Stopping INFO:pygatt.backends.bgapi.bgapi:Stopping receiver...

Debug + stacktrace : https://gist.github.com/danjjl/271a83e8dcc7451656ac841fb4e95961 From the stacktrace, I think the `disconnect` calls are normal. When `subscribe` throws an exception, the code executes the `finally` block: ``` adapter.stop() ``` which...