rsocket / rsocket-net

.NET implementation of RSocket
Apache License 2.0
252 stars 42 forks source link

Provides WebSocket Headers Settings #11

Closed Kumareshan009 closed 4 years ago

Kumareshan009 commented 4 years ago

Iare trying to make wss connection using rsocket but couldnt find api to set the headers in the transport layer similar to java client transport layer. Hence I made changes in the WebsocketTransport layer to set the headers to ClientWebSocketOptions and able to communicate successfully.