Replies: 2 comments 11 replies
-
The current design definitely does not support concurrency. I'll admit that's likely the biggest flaw in I am very interested in supporting concurrent usage. I am struggling to brainstorm a workflow that would fit into the current version while being backwards compatible. I'll have to get back to this soon. |
Beta Was this translation helpful? Give feedback.
-
@dgregoire Hey Dominic. Sorry not related to this resolved issue, but I wanted to ask if you were interested in becoming the NPM maintainer or contributor for this project. I actually am retiring myself from this project because it's been a while (but also because i work at Wealthsimple now). |
Beta Was this translation helpful? Give feedback.
-
In the cases where you would want to develop a server app around your lib - currently there's one global instance of the data (tokens, ...) that all your modules refer to when pulling data from WS.
Would you consider having constructors and a way to have multiple users logged in and using your module concurrently?
Beta Was this translation helpful? Give feedback.
All reactions