refactor: nip01 immutable#332
Conversation
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## fix-websocket-performance-issues-2 #332 +/- ##
======================================================================
+ Coverage 70.87% 71.22% +0.35%
======================================================================
Files 139 142 +3
Lines 5157 5262 +105
======================================================================
+ Hits 3655 3748 +93
- Misses 1502 1514 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@frnandu
|
|
|
My proposed changes (to be discussed):
see #348 |
|
#332 (comment)
|
nip01event immutable light
|
noticed some weird behavior, if encodingIsolatePoolSize > 1 the tests fail. Looks like our code depends on the order of processed events, suggesting thats its not safe for concurrency. (see tests above) |
|
I think the problem is that processing the eose event is always faster compared to a kind 1 etc. |
|
@frnandu are the issues now resolved? |
I'll test/review it tomorrow |


No description provided.