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
When using a non-default Message type, it's essential that incoming messages can be unmarshalled into the correct struct. User should be able to provide a function that, given the Message's Type(), returns an empty struct.
Something like UseMsgGenerator(func(msgTypeString) Message)
The text was updated successfully, but these errors were encountered:
When using a non-default Message type, it's essential that incoming messages can be unmarshalled into the correct struct. User should be able to provide a function that, given the Message's Type(), returns an empty struct.
Something like
UseMsgGenerator(func(msgTypeString) Message)
The text was updated successfully, but these errors were encountered: