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

Feat/socket middleware #269

Merged
merged 16 commits into from
Aug 8, 2024
Merged

Feat/socket middleware #269

merged 16 commits into from
Aug 8, 2024

Conversation

gvozdenkov
Copy link
Contributor

No description provided.

Copy link
Collaborator

@kspshnik kspshnik left a comment

Choose a reason for hiding this comment

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

Почти всё готово :)
Чуть-чуть архитектуру в нужную сторону повернуть - и порядок!

src/app/store/index.ts Outdated Show resolved Hide resolved
src/entities/chat/model/socket.ts Outdated Show resolved Hide resolved
src/services/websocket-middleware.ts Show resolved Hide resolved
src/services/websocket-middleware.ts Outdated Show resolved Hide resolved
@IvannaBalanyuk
Copy link
Contributor

@INextYP @kspshnik

  • прошлась по замечаниям, вроде бы всё поправила;
  • добавила старт ws-подключения для реципиента (в ProfileActivePage);
  • добавила инициацию закрытия ws-подключения в случае выхода юзера (в DropDownMenu).

@IvannaBalanyuk IvannaBalanyuk self-assigned this Aug 5, 2024
@kspshnik kspshnik added the feature New feature label Aug 8, 2024
kspshnik
kspshnik previously approved these changes Aug 8, 2024
Copy link
Collaborator

@kspshnik kspshnik left a comment

Choose a reason for hiding this comment

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

Отлично, начало положено!!

Copy link
Collaborator

@INextYP INextYP left a comment

Choose a reason for hiding this comment

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

Всё отлично! :)

@INextYP INextYP merged commit 7e4a347 into develop Aug 8, 2024
@INextYP INextYP deleted the feat/socket-middleware branch August 8, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Реализация системной мидвары для подключения к Socket.io
4 participants