-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect port number #1628
Closed
Closed
Incorrect port number #1628
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raman-m
approved these changes
May 5, 2023
Hi Onurkan! |
Hi @raman-m . |
raman-m
added
accepted
Bug or feature would be accepted as a PR or is being worked on
in progress
Someone is working on the issue. Could be someone on the team or off.
labels
May 16, 2023
raman-m
removed
the
in progress
Someone is working on the issue. Could be someone on the team or off.
label
Jun 3, 2023
In websocket config docs, port number have to be `5000` as described in text explanation instead of `50000`.
raman-m
added a commit
that referenced
this pull request
Jul 10, 2023
@onurkanbakirci |
Duplicate of #1678 |
raman-m
added a commit
that referenced
this pull request
Sep 23, 2023
raman-m
added a commit
that referenced
this pull request
Sep 25, 2023
* #1676 Update authorization.rst * #1646 Update bigpicture.rst * #1628 Update websockets.rst * #1614 Update README.md * #1552 Update configuration.rst * #1547 Update caching.rst * #1542 Update requestaggregation.rst * Revert "#1639 Update ClientRateLimitMiddleware.cs" This reverts commit 996719e. * #1537 Update routing.rst * #1520 Update authentication.rst * #1459 Update building.rst Fix inline code block * #1412 Update errorcodes.rst * #1407 Update headerstransformation.rst * #1406 Update headerstransformation.rst Remove extra '!' * #1320 Update README.md * Update README.md Mark classes. Split sentences. * #1284 Update claimstransformation.rst * #1232 Update servicediscovery.rst * #1224 Update loadbalancer.rst * #1189 Update caching.rst * Update gettingstarted.rst Mark up 'net7.0' as code block. Convert script block to PowerShell one. Change the link to NuGet. * #1386 Update loadbalancer.rst * Update loadbalancer.rst: Make code snippet shorter * #1686 Update middlewareinjection.rst Add section "ASP.NET Core Middlewares and Ocelot Pipeline Builder" * Update logging.rst Review RST markup * Update methodtransformation.rst Review RST markup * Update README.md Sync to "Big Picture" page in Introduction
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
accepted
Bug or feature would be accepted as a PR or is being worked on
documentation
Needs a documentation update
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In websocket config docs, port number have to be
5001
as described in text explanation instead of50000
.