Open
Description
First of all, Thanks for your nice work!
But when I follow your guide, I got in trouble.
Expected Behavior
I followed example page code of Link
I thought I could easily connect RSocketServer.
Actual Behavior
But I got RSocketWebSocketClient is not a constructor ERROR, even though I just copy and paste guide code.
I searched it, I found I should downgrade to ^0.0.27. both of rsocket-core and rsocket-websocket-client.
and with 0.0.27 version, it works like a charm!
maybe guide is only for version 0.0.27? I am little bit confused.
Steps to Reproduce
After npm install rsocket-core rsocket-websocket-client;
it will install 1.0.0-alpha.3.
and then copy paste guide code.