mobilecoinofficial / forest

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!
MIT License
18 stars 13 forks source link

Add UUIDs to jsonrpc ids to ensure unique futures #86

Closed iamalwaysuncomfortable closed 2 years ago

iamalwaysuncomfortable commented 2 years ago

Issue: Under high load, non-unique json rpc ids were being generated causing some futures to resolve incorrectly and cause some async tasks behave incorrectly under said high load situations Fix: Appending UUID to the end of jsonrpc ids ensures uniqueness

technillogue commented 2 years ago

We decided to use method-ulid instead.

itdaniher commented 2 years ago

Closing this in favor of #92