If you don't specify a config.port when configuring the Spire client, the code supposedly sets it to 10880. However, that code is not properly working.
The above line in the configuration.rb doesn't actually set the port properly. In client.rb, in api_uri where we call self.configuration.port, it will still be nil.
This is not a problem if the port is just set, but if it's not, then the expected behaviour is incorrect.
If you don't specify a
config.portwhen configuring the Spire client, the code supposedly sets it to 10880. However, that code is not properly working.The above line in the
configuration.rbdoesn't actually set the port properly. Inclient.rb, inapi_uriwhere we callself.configuration.port, it will still benil.This is not a problem if the port is just set, but if it's not, then the expected behaviour is incorrect.