We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a441bd7 commit 058b894Copy full SHA for 058b894
src/hooks/useServerSentEvents.tsx
@@ -81,6 +81,7 @@ export const useServerSentEvents = () => {
81
console.log(event);
82
const errorEvent = event as unknown as { status?: number };
83
if (errorEvent.status === 401) {
84
+ console.log('401로 인한 리이슈 작업 실행');
85
callReissue();
86
closeSSE();
87
reconnect = setTimeout(connectSSE, 5000);
0 commit comments