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.
배포 테스트 시 WebSocket에 접속하려면 502 Error를 얻었습니다.
@Binsk-dev 가 준 Github 링크에 따르면,
urllib3
패키지 버전 문제였던 것으로 판단됩니다.따라서
requirements.txt
파일에서 아래의 내용을 한 줄 추가했습니다.urllib3<2
바꾼 후에 다시 테스트를 한 결과, 정상적으로 WebSocket에 연결됐습니다. dev 브랜치에 날렸다 다시 master로 날리기에는 시간이 없다고 판단하기에 PR을 master에 날립니다.