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
We need to provide proc macros api for the servers to simplify the usage and prevent boiler plate code.
//cc @maciejhirsz maybe you could elaborate on your idea about having HashMaps generated from the proc macros, merge the HashMaps to one and provide a mapping for each method to BoxClosure (as requests and subscriptions are handled in the WsServer)
The text was updated successfully, but these errors were encountered:
We need to provide
proc macros api
for the servers to simplify the usage and prevent boiler plate code.//cc @maciejhirsz maybe you could elaborate on your idea about having
HashMaps
generated from theproc macros
, merge theHashMaps
to one and provide a mapping for each method toBoxClosure (as requests and subscriptions are handled in the WsServer)
The text was updated successfully, but these errors were encountered: