Use WebSocket to achieve granular control of volume transfer#261
Conversation
…se it in image-transfer-agent)
b353b96 to
ab2110f
Compare
ab2110f to
6b6c89d
Compare
|
遅くなって申し訳ありません。 (1) prettier 既存コードもかかっていないところがあります。 (2) ws volume 通信の認可(seriesUid に対する認可)について 現在の定義では // [createAuthFunctionProvider.ts]
type AuthFunction = (seriesUid: string) => Promise<boolean>;
type AuthFunctionProvider = (req: IncomingMessage /*初回のws接続時の要求*/ ) => AuthFunction;
const createAuthFunctionProvider: FunctionService<AuthFunctionProvider, ...> = ...
export default createAuthFunctionProvider;のように定義をして、
こちらの実装はお願いできないでしょうか。 また、認可周りの問題として、 |
|
先ほどはお打ち合わせありがとうございました。
よろしくお願いいたします。 |
No description provided.