You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have spent quite a lot of time working on this project. I was hesitant to create this issue because I felt like I am lacking a lot of know-how to propose such a significant change. However....
version 1.5 introduced protobuf
version 1.5 introduced websocket as transport
version 1.5 abstracted RPC mechanics (request / response / response stream) as an unbelievably super generic abstract thing
I think it is apparent which part of the framework I consider in need of rewrite :). The generics in framework-rpc module makes working with the project so so so so so so much harder (both in terms of understanding what is going on and in terms of source code littered with unnecessary generic parameters).
I am creating this issue to start discussion (or maybe direct efforts) on how to rewrite this part of the project.
The text was updated successfully, but these errors were encountered:
I have spent quite a lot of time working on this project. I was hesitant to create this issue because I felt like I am lacking a lot of know-how to propose such a significant change. However....
I think it is apparent which part of the framework I consider in need of rewrite :). The generics in framework-rpc module makes working with the project so so so so so so much harder (both in terms of understanding what is going on and in terms of source code littered with unnecessary generic parameters).
I am creating this issue to start discussion (or maybe direct efforts) on how to rewrite this part of the project.
The text was updated successfully, but these errors were encountered: