metaplex-foundation / SolanaKT

This is a open source library on kotlin for Solana protocol.
MIT License
71 stars 36 forks source link

RPCEndpoint.custom() does not allow wss url #137

Open mocolicious opened 2 months ago

mocolicious commented 2 months ago

I'm not sure how long this has been broken but java.Net.URL won't allow you to pass a WSS Url so it just throws exception if you use the RPCEndpoint.custom() with the correct wss parameter in constructor.