Closed NitinHsharma closed 6 years ago
Steps to Reproduce:
It's breaking if we run the CRUD operation in debugging mode, but working the same while running without debugging mode.
What it looks like when we use the debugger, heartbeat of DB connection got lost (might be debugger take CPU lock cycle or it takes main thread)
Maybe using separate thread or co-worker for debugger can solve the above issue.
NOTE: same case with another DB (mongo, redis ) working fine with and without a debugger.
Does this issue occur when all extensions are disabled?: Yes
TThis souns like a nodejs bug or aerospike. Please file ti there and not in vscode. Thanks
Steps to Reproduce:
It's breaking if we run the CRUD operation in debugging mode, but working the same while running without debugging mode.
What it looks like when we use the debugger, heartbeat of DB connection got lost (might be debugger take CPU lock cycle or it takes main thread)
Maybe using separate thread or co-worker for debugger can solve the above issue.
NOTE: same case with another DB (mongo, redis ) working fine with and without a debugger.
Does this issue occur when all extensions are disabled?: Yes