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 an issue because I want to use a struct for my commands, but the Send method takes an object as input, which causes boxing for the struct.
I wanted to know if there is a way to prevent this from happening?
The text was updated successfully, but these errors were encountered:
Hi, good time.
I have an issue because I want to use a struct for my commands, but the Send method takes an object as input, which causes boxing for the struct.
I wanted to know if there is a way to prevent this from happening?
The text was updated successfully, but these errors were encountered: