Historial de Commits

Autor SHA1 Mensaje Fecha
  wangweimin fe6b0b0b64 feat: add `session.get_info()` to get session info hace 5 años
  wangweimin da0d7b7758 feat: bokeh support 🎉 hace 5 años
  wangweimin c4f8eff43a maint: improve code quality hace 5 años
  wangweimin 5b80869405 maint: update doc hace 5 años
  wangweimin 3ea4835a32 fix: tornado server exit error: "asyncio Task was destroyed but it is pending" hace 5 años
  wangweimin eb688bc62c maint: add session exist detective when close it before script mode exit hace 5 años
  wangweimin a976b00b0a feat: use environ to set port in script mode hace 5 años
  wangweimin 14215f0ef6 feat: tornado websocket always accept same site 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 1cdede155b doc: update hace 5 años
  wangweimin 2ea0b09204 support multiple session type in one app hace 5 años
  wangweimin 783fd1f1db update doc hace 5 años
  wangweimin ae08a45f3d auto detect session type instead of using `session_type` parameter hace 5 años
  wangweimin 05b401b383 add: origin check in tornado backend hace 5 años
  wangweimin a7e45b5225 add `session_type` parameter to tornado's `webio_handler ` flask's `webio_view` hace 5 años
  wangweimin 1e898a0797 fix: script don't raise Exception when user close browser in script mode hace 5 años
  wangweimin cd0e8f5c41 auto select session implement when `start_server` hace 5 años
  wangweimin 224ef896de update hace 5 años
  wangweimin cfaa406318 Script mode no need register thread hace 5 años
  wangweimin ff2c66603a change some code naming hace 5 años
  wangweimin 17cdb6378b use `session_type` parameter in `start_server` to select Session implement hace 5 años
  wangweimin 0a2b764c53 rename AsyncBasedSession->CoroutineBasedSession、ThreadBasedWebIOSession->ThreadBasedSession hace 5 años
  wangweimin e3db50c09b fix `start-server` auto_open_webbrowser no host bug hace 5 años
  wangweimin 56295f80ee new Tornado server stop logic script mode hace 5 años
  wangweimin 7da1b91ca7 add auto_open_webbrowser param in `start_server` hace 5 años
  wangweimin f728eaa65c auto start server in script mode when not explict invoke `start_server` hace 5 años
  wangweimin b4bb508d89 use logging instead of print in tornado.py hace 5 años
  wangweimin 3f435a4568 support auto_open_webbrowser option hace 5 años
  wangweimin 2f4c4e573c fix tornado backend start_server bug hace 5 años