quorumcontrol / tupelo-wasm-sdk

(ALPHA) A wasm-based TypeScript sdk that does not require the RPC server.
MIT License
9 stars 1 forks source link

put wss on top of tcp #79

Closed tobowers closed 4 years ago

tobowers commented 4 years ago

this is the quick fix for why getDefaultCommunity() still wasn't working in browser. The meat is just changing the order to wss then tcp as opposed to tcp then wss. Should probably figure out a way to keep it in any order - but this restores the functionality.

tobowers commented 4 years ago

if the tests pass here, I'm going to merge this since the current release is broken.

brandonwestcott commented 4 years ago

👍