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
If senderOption is not nil, then we never set default Marshaller. The sender will run into a nil pointer dereference and panic.
The text was updated successfully, but these errors were encountered:
karenychen
changed the title
Sender will have an empty Marshaller if any other option is defined
Sender Options are not getting taken in Properly
Aug 14, 2024
karenychen
changed the title
Sender Options are not getting taken in Properly
Some Sender Options are not applied at Sender Initialization
Aug 14, 2024
go-shuttle/v2/sender.go
Lines 55 to 60 in 9be33d2
If senderOption is not nil, then we never set default Marshaller. The sender will run into a nil pointer dereference and panic.
The text was updated successfully, but these errors were encountered: