You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I use vertx-mongo-client in es4x to save data.
npm start and open the browser,
if i just refresh the browser once (send a request), the data will be saved to mongodb normally, and there is no abnormal prompt,
but if i refresh the browser quickly twice (send 2 requests ), the following error will be prompted, and the data has not been saved to mongodb.
The following is the code, what do I need to do so that multiple requests can still be saved in the mongodb?
Thanks!
The text was updated successfully, but these errors were encountered:
This is a issue with the underlying client that isn't properly isolated. While in Java this usually isn't a problem, graal-js is very strict and will not allow it. There isn't anything we can do in es4x except hoping that the upstream client is proerly isolated.
Is this a problem caused by the design of vertx-mongo-client.jar, and if vertx-mongo-client.jar is rewritten, can this problem be solved theoretically?
Thanks!
Hi
I use vertx-mongo-client in es4x to save data.
npm start and open the browser,
if i just refresh the browser once (send a request), the data will be saved to mongodb normally, and there is no abnormal prompt,
but if i refresh the browser quickly twice (send 2 requests ), the following error will be prompted, and the data has not been saved to mongodb.
The following is the code, what do I need to do so that multiple requests can still be saved in the mongodb?
Thanks!
The text was updated successfully, but these errors were encountered: