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
I need some of the network code in notecrumbs. I'm currently using nostr-sdk over there, but the networking code double-parses json in the context of nostrdb. I really just a simple tungstenite wrapper that structurally parses websocket events, but doesn't fully parse them, since we let nostrdb handle that.
enostr currently does this for us in notedeck, but its a bit buggy and doesn't have a proper parser at the moment. Let's move enostr into nostrdb-net
The text was updated successfully, but these errors were encountered:
I need some of the network code in notecrumbs. I'm currently using nostr-sdk over there, but the networking code double-parses json in the context of nostrdb. I really just a simple tungstenite wrapper that structurally parses websocket events, but doesn't fully parse them, since we let nostrdb handle that.
enostr currently does this for us in notedeck, but its a bit buggy and doesn't have a proper parser at the moment. Let's move enostr into nostrdb-net
The text was updated successfully, but these errors were encountered: