We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
고정닉 세션을 사용하는 프로그램을 장시간 실행시, 오류가 발생합니다.
WriteResult(result=false, articleId=null, cause=certification, id=null)
매일 오전/오후 1시마다 특정 키를 갱신해주어야 하는 것으로 보입니다.
app_id의 재발급만으로는 글을 작성할 수 없는 것으로 보입니다.
app_id
The text was updated successfully, but these errors were encountered:
23시간마다 특정 키를 갱신해주어야 하는 것으로 보입니다.
Sorry, something went wrong.
c46b0c9
user_id를 12시간마다 갱신해줘야 하는 것으로 보입니다. (키는 변경되지 않지만, 로그인 요청을 다시 보내야 하는 것으로 보임)
Timer를 사용하여 user_id를 12시간마다 갱신해주면(로그인 요청을 다시 보내면) 해결됩니다.
Timer
user_id
KotlinInside.createInstance의 sessionAutoRefresh가 true일 경우 (기본값은 false), "12시간마다 세션을 자동으로 갱신하는 타이머"를 생성합니다.
KotlinInside.createInstance
sessionAutoRefresh
true
false
No branches or pull requests
에러
고정닉 세션을 사용하는 프로그램을 장시간 실행시, 오류가 발생합니다.
WriteResult(result=false, articleId=null, cause=certification, id=null)
매일 오전/오후 1시마다 특정 키를 갱신해주어야 하는 것으로 보입니다.app_id
의 재발급만으로는 글을 작성할 수 없는 것으로 보입니다.The text was updated successfully, but these errors were encountered: