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
Supplying a cmd which is nil (which may be mixed in a sequence of cmds) will result in a nil pointer exception when the eventLoop iterates over the list of msg.
This issue tracks a simple if cmd != nil to be added before invoking cmd().
The text was updated successfully, but these errors were encountered:
Supplying a cmd which is
nil
(which may be mixed in a sequence ofcmds
) will result in a nil pointer exception when theeventLoop
iterates over the list ofmsg
.This issue tracks a simple
if cmd != nil
to be added before invokingcmd()
.The text was updated successfully, but these errors were encountered: