rsocket / rsocket-go

rsocket-go implementation
Apache License 2.0
507 stars 46 forks source link

Adds support for Proxy function specified by the user #104

Closed ronakg closed 3 years ago

ronakg commented 3 years ago

This PR fixes https://github.com/rsocket/rsocket-go/issues/103.

Default behavior still remains as it is, but the user can override the default Proxy function using the SetProxy method.

jjeffcaii commented 3 years ago

👍