AWS ELB 2.0 support on IIS environment.#301
Open
KennethanCeyer wants to merge 1 commit intosta:masterfrom
KennethanCeyer:master
Open
AWS ELB 2.0 support on IIS environment.#301KennethanCeyer wants to merge 1 commit intosta:masterfrom KennethanCeyer:master
KennethanCeyer wants to merge 1 commit intosta:masterfrom
KennethanCeyer:master
Conversation
|
close? |
Author
|
I will check this fix in my service on next Monday. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hello STA.BLOCKHEAD developer
I used to your websocket-sharp library for making realtime service (the project running with IIS 8.5 and .NET).
This library working perfectly on local environment of my computer.
But the problem occurred when i deployed the project to cloud server (like AWS Beanstalk).
The cloud environment is running behind Load Balancer (ELB 2.0 : Elastic Load Balancer).
The load balancer has some problem when running other portocol that unlike SOAP(http, https), like ws(websocket protocol), Yes you can solve this problem by using ALB (or ELB 2.0) in AWS.
But ALB (or ELB 2.0) changes origin websocket request url to new url is fixes 80 port.
Connection will be has problem to IF clause at 621 line of your source file Server/WebSocketServer.cs, so you need to remove
_portcondition.And also i attached the script files for setting Elastic Beanstalk service in IIS environment.
Thank you for reading.