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
Notes on can run swaps concurrently, after working on #147 I see the following issues to be resolved to make concurrent swaps happen (given the code base at the time):
Separate EventLoop and EventLoopHandle - I think we will need this to make concurrent swaps possible. We should be able to drive a swap through a handle without creating a new EventLoop. I think the EventLoop should live in the factory, while the handles live in each swap. (Currently the EventLoop is returned upon creating a swap.)
Don't just have one swap_id in the Factory but have a list of swaps.
Make swaps identifiable in the network communication.
Recording this here so I can get it out of my head for now.
Regarding can run swaps concurrently, it also means concurrent access to the DB. I think we should do #133 to not end up fixing the db concurrent access twice.
The Service Provider (SP) also runs a backend that has the role to execute swaps. The backend...
The text was updated successfully, but these errors were encountered: