同一アカウントで複数デバイス #201710
Replies: 2 comments 1 reply
|
①複数デバイスからの同一セッションアクセスについて技術的な障壁というより、以下の設計上の課題が大きいです: |
|
Hi @tohrukoike , thanks for participating! Unfortunately, we don’t currently have moderators for languages other than English. Until that changes, we need to ask that everyone use English here in the GitHub Community when posting to ensure discussions are adhering to our Code of Conduct. We’ll be locking this post for now, but please feel encouraged to create a new discussion in English if you still need support. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Code Search and Navigation
Body
チャットやcodeに質問しても同一アカウントで複数デバイス(会社・自宅・外出先)から同じセッションにアクセスは出来ないと言ってくるが、セッション情報を共有ドライブに置くだけで実現できるのだから方法があるはずだと思うのです?
また同様に複数人での共同作業もサポート出来ないという。。。
もし本当に両方出来ないのなら
①同一アカウントで複数デバイス(会社・自宅・外出先)から同じセッションに安全にアクセスできるようにしてほしい(クラウド上でセッション状態を保持する形で)
②複数人が同じセッション/プロジェクトに対して、排他制御(ロック)や競合解決を伴う形で共同作業できるようにしてほしい
All reactions