Zhen Li

Results 6 comments of Zhen Li

Hi @LeMoussel, We currently does not support esversion 6. You can found more info about using this driver in browser in https://github.com/neo4j/neo4j-javascript-driver#in-web-browser Cheers, Zhen

@es50678 You need to configured the **advertised address** to be something like `0.0.0.0`. Your log already tells you. In the failed case, log contains `2020-04-27 22:04:09.132+0000 INFO Bolt enabled on...

Hi @jasperblues, We implemented back pressure with a buffer inside this driver with RxJS. The idea is described in our [upgrade guide](https://neo4j.com/docs/migration-guide/4.0/upgrade-driver/#_back_pressure) The impl of this buffer in this driver...

Hi @jasperblues, When the local buffer is full, the driver will pause auto pulling new batches from the server. That's the design of this driver. Pls let us know if...

@jasperblues , You have a point. We also have a reactive API provided via `RxResult`, would that make more sense to you? We might not actually make use of pause...

Hi @jasperblues, Thanks for the feedback to the js driver API. When implementing reactive, we found there are two levels of API that one lib can provide: Level 1. Raw...