Historial de Commits

Autor SHA1 Mensaje Fecha
  wangweimin fe6b0b0b64 feat: add `session.get_info()` to get session info hace 5 años
  wangweimin c4f8eff43a maint: improve code quality hace 5 años
  wangweimin f9189df636 maint: callback name more semantic hace 5 años
  wangweimin 526230abc8 fix: `defer_call()` call order hace 5 años
  wangweimin c6da57e1a3 feat: raise SessionClosedException when session close by user hace 5 años
  wangweimin 330f76dc57 feat: `session.defer_call(func)` make func invoked when session close hace 5 años
  wangweimin efc45f4b6f fix: partial asynchronous/generator functions are not correct detected hace 5 años
  wangweimin dcb38d460d fix: threadbased session can't exit because of callback thread hace 5 años
  wangweimin 0c191bda7f add: session closed valid to session.send_task_command() hace 5 años
  wangweimin af17d8a3f8 fix: threadbased task name hace 5 años
  wangweimin 4d948cf5d3 fix: unhandled task messages when session close in threadbased session hace 5 años
  wangweimin 223768a53f fix: threadbased session main task name hace 5 años
  wangweimin 4ff3ac981e fix: now change to ThreadBasedSession cause error in ScriptModeSession hace 5 años
  wangweimin b0327904fb feat: limit threadbased session's task_msg_queue maxsize hace 5 años
  wangweimin c3b44cc231 fix: get new Exp when handle exp in `on_task_exception` hace 5 años
  wangweimin 37e6117bad use Session.active_session_count() to detect if session started hace 5 años
  wangweimin 1e898a0797 fix: script don't raise Exception when user close browser in script mode hace 5 años
  wangweimin b631605538 avoid session close twice hace 5 años
  wangweimin 112ab18771 use `id(threading.Thread)`` get identifier of thread hace 5 años
  wangweimin 80db1873c0 remove `as_daemon` parameter in `register_thread` func hace 5 años
  wangweimin 224ef896de update hace 5 años
  wangweimin 88fbe8a8ba docs: code comment hace 5 años
  wangweimin cfaa406318 Script mode no need register thread hace 5 años
  wangweimin 014e164db8 change some code naming hace 5 años
  wangweimin ff2c66603a change some code naming hace 5 años
  wangweimin 0a2b764c53 rename AsyncBasedSession->CoroutineBasedSession、ThreadBasedWebIOSession->ThreadBasedSession hace 5 años
  wangweimin 76032bd50a fix: ThreadBasedWebIOSession's callback with same task_id hace 5 años
  wangweimin e61508cd80 fix Session.register_callback parameter name hace 5 años
  wangweimin f728eaa65c auto start server in script mode when not explict invoke `start_server` hace 5 años
  wangweimin e5d90d2122 adjust ThreadBasedWebIOSession hace 5 años