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
Merge pull request #103 from TanmoySG/txlog-routine
Closes#101
- Moved txlog method `handleTransactions` to separate thread with goroutine
Note:
- Might require additional panic handling for goroutine, currently not being handled by the default panic handler in `server/middleware/recovery`, though haven't encountered any panics for current code/tests
Move to a separate thread using
go routines
The text was updated successfully, but these errors were encountered: