Skip to content
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

Vite 와 Socket 문제 해결 #202

Merged
merged 2 commits into from
Nov 28, 2024
Merged

Vite 와 Socket 문제 해결 #202

merged 2 commits into from
Nov 28, 2024

Conversation

PMtHk
Copy link
Collaborator

@PMtHk PMtHk commented Nov 28, 2024

No description provided.

@PMtHk PMtHk self-assigned this Nov 28, 2024
@PMtHk PMtHk linked an issue Nov 28, 2024 that may be closed by this pull request
@@ -111,7 +111,7 @@ function PlanningPokerFloatingButton() {

if (!socketRef.current) {
socketRef.current = io(API_SOCKET_URL, {
path: '/socket.io',
path: '/api/socket.io',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 처음 연동할 때도 발생했던 이슈인 것 같아요 !
api 붙이면 될지도 ...!

@PMtHk PMtHk merged commit 0b25651 into dev Nov 28, 2024
1 check passed
@PMtHk PMtHk deleted the fix/#201 branch November 28, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vite 설정과 socket 충돌 이슈
3 participants