> On Oct 30, 2014, at 1:54 AM, Marcus Roberts <[email protected]> wrote: > > In WebSocketClient, in _connect the code says > onPort: (UInt16)(url.port ?url.port.intValue : > 80) > which I think is defaulting it to port 80 if a port isn't specified.
That was definitely the problem! I've fixed it in CBL and pushed a new revision to master, 1ccd928 <https://github.com/couchbase/couchbase-lite-ios/commit/1ccd92843acb0004dc2eaa8ed306018cebc60fce>. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/AD8E49CF-D501-470C-BB28-9396D7152D1A%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
