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
The port option is not available on HTTPReceiverOptions['installerOptions'], meaning it's not supplied via regular installerOptions. As shown with #1179, this prevents users from setting up custom ports when using the SocketModeReceiver.
We should:
Add port option to installerOptions in HTTPReceiver
The port can be undefined for receivers that don't use it
If a port is supplied to HTTPReceiver#start(), the supplied port is used
The text was updated successfully, but these errors were encountered:
Description
The
port
option is not available onHTTPReceiverOptions['installerOptions']
, meaning it's not supplied via regularinstallerOptions
. As shown with #1179, this prevents users from setting up custom ports when using the SocketModeReceiver.We should:
The text was updated successfully, but these errors were encountered: