Commit Graph

  • c4e4b0b226
    Add namespaces parameter to the self.connect call in the reconnection process quentin 2019-03-12 17:23:54 +0100
  • 0ccfef2dc5 Add namespaces parameter to the self.connect call in the reconnection process #269 quentin 2019-03-12 17:23:54 +0100
  • a34549ae8d
    Release 4.0.0 v4.0.0 Miguel Grinberg 2019-03-09 21:13:48 +0000
  • 9ddc860391
    fix python 2 unit test Miguel Grinberg 2019-03-09 20:37:21 +0000
  • 1154e43faf
    Merge branch 'andreyrusanov-connection_refused_error' Miguel Grinberg 2019-03-09 20:28:22 +0000
  • 605d1acfcd
    add ConnectionRefusedError exception Miguel Grinberg 2019-03-09 20:27:03 +0000
  • fe6b31175d
    add always_connect option to previous fix optional Miguel Grinberg 2019-03-09 19:04:44 +0000
  • 0db35c87e9
    send connect packet before invoking connect handler Miguel Grinberg 2019-03-09 18:37:40 +0000
  • c35451421d
    client disconnect does not take namespace as argument Miguel Grinberg 2019-02-27 19:59:32 +0000
  • f752312884
    Avoid double calls to client disconnect handlers Miguel Grinberg 2019-02-27 19:53:14 +0000
  • 1fb1f6d6e5
    readme fixes Miguel Grinberg 2019-02-24 19:58:11 +0000
  • 6e4079ac64 Update sanic version in requirements.txt (#255) maxDzh 2019-02-21 20:43:34 +0200
  • e9ced4d6c8
    Update sanic version in requirements.txt #255 maxDzh 2019-02-21 18:40:54 +0200
  • d28eff7013 simplify client dependencies Miguel Grinberg 2019-02-21 07:46:43 +0000
  • c5a62d25aa
    pass 'binary' flag into AsyncServer constructor #247 Aynur Maksutov 2019-02-04 03:48:51 +0300
  • d835b1606f
    Merge branch 'master' into connection_refused_error #243 Andrey Rusanov 2019-02-03 09:17:51 +0200
  • f3b5210289 Add tests and docs Andrey Rusanov 2019-02-03 09:15:17 +0200
  • 88dcf7d414
    change async_handlers default to true, and add call() method Miguel Grinberg 2019-02-02 07:53:48 +0000
  • 7c952de346
    added wait and timeout options to client's emit Miguel Grinberg 2019-01-30 23:51:30 +0000
  • 9423c9f84b
    Release 3.1.2 Miguel Grinberg 2019-01-30 09:34:50 +0000
  • e5d5ce28c9
    Release 3.1.2 v3.1.2 Miguel Grinberg 2019-01-30 09:34:50 +0000
  • 38edd2c939 Add ConnectionRefusedError and handling for it Andrey Rusanov 2019-01-28 13:33:38 +0200
  • 3c08dda918 (fix) small typo in intro doc (#241) Emeka Icha 2019-01-21 16:53:21 +0300
  • 91618a64fd (fix) small typo in intro doc #241 Emeka Icha 2019-01-21 15:49:08 +0300
  • a5a67120fe fix typo with quotes in doc (#238) Julien Deniau 2019-01-16 10:33:31 +0100
  • b48cc86469
    fix typo with quotes in doc #238 Julien Deniau 2019-01-15 17:42:55 +0100
  • a8b13fc12b
    Release 3.1.1 v3.1.1 Miguel Grinberg 2019-01-09 23:15:18 +0000
  • b4512b1317
    do not use six in setup.py Miguel Grinberg 2019-01-09 22:09:47 +0000
  • 4917f72c50 Release 3.1.0 v3.1.0 Miguel Grinberg 2019-01-03 19:57:11 +0000
  • b0a8b1f31b unit test reorganization Miguel Grinberg 2019-01-03 19:08:44 +0000
  • 9f2186725a user sessions Miguel Grinberg 2019-01-02 23:01:09 +0000
  • 3a7589a899
    Add pypi badge #229 Cong 2019-01-02 12:39:24 +1100
  • 391a454de7 Release 3.0.1 v3.0.1 Miguel Grinberg 2019-01-01 07:14:55 +0000
  • 45d880cf90 correct handling of disconnects Miguel Grinberg 2019-01-01 07:09:59 +0000
  • 4d0cf07b94 disconnect call eio.disconnect(True) #228 dkz 2018-12-31 15:43:26 +0800
  • a6282ad903
    Release 3.0.0 v3.0.0 Miguel Grinberg 2018-12-22 19:30:06 +0000
  • 025e15c5a2
    update dependencies and readme Miguel Grinberg 2018-12-22 19:27:33 +0000
  • ec4ce624ab
    client documentation Miguel Grinberg 2018-12-22 18:57:12 +0000
  • 6fe065bb98
    final batch of client unit tests Miguel Grinberg 2018-12-22 13:10:40 +0000
  • 16bdb422d6
    more unit tests Miguel Grinberg 2018-12-22 11:31:44 +0000
  • e626e6c41d
    some client unit tests Miguel Grinberg 2018-12-21 23:55:41 +0000
  • 7e5c146fc7
    small client fixes Miguel Grinberg 2018-12-20 20:24:31 +0000
  • 4822d8125d
    reorganization of examples, plus some new ones for the client Miguel Grinberg 2018-12-16 23:18:06 +0000
  • fc5fbcf005
    minor example code fix Miguel Grinberg 2018-12-16 20:31:39 +0000
  • 251b5be9df resolve wrong variable and css element (#177) iepngs 2018-12-17 04:29:33 +0800
  • 2360aa4985
    asyncio client Miguel Grinberg 2018-12-16 20:19:03 +0000
  • 63ddde0fb0
    client reconnection support Miguel Grinberg 2018-12-16 14:30:00 +0000
  • b084b2c80e
    basic socketio client (no reconnection yet) Miguel Grinberg 2018-12-15 16:55:40 +0000
  • d4e10c32f1 Add shutdown function from engine io async server. #221 Viatorus 2018-12-10 19:23:34 +0100
  • b2a58502e1
    Release 2.1.2 v2.1.2 Miguel Grinberg 2018-12-10 10:23:48 +0000
  • f642a7f207
    update dependencies Miguel Grinberg 2018-12-10 10:23:23 +0000
  • 1194bd2c80
    Release 2.1.1 v2.1.1 v.2.1.1 Miguel Grinberg 2018-12-05 14:53:50 +0000
  • fce2006eee
    fix backwards compatible problems with python-engineio 3.0 Miguel Grinberg 2018-12-05 14:52:57 +0000
  • 8b5c737b2d
    Release 2.1.0 v2.1.0 Miguel Grinberg 2018-11-26 09:32:43 +0000
  • 87fb830bd8
    improved documentation Miguel Grinberg 2018-11-25 15:18:36 +0000
  • 1768e251b9
    updates to asgi examples Miguel Grinberg 2018-11-25 11:44:16 +0000
  • b214380d05
    ASGI support Miguel Grinberg 2018-11-25 11:24:51 +0000
  • 015ea2037f
    updated dependencies and fixed linter error Miguel Grinberg 2018-11-09 17:40:49 +0000
  • 4a030d2f9c Fix synchronization issue in SocketIO (#213) Anthony Zhang 2018-11-09 11:19:38 -0500
  • 2cdce81bfd
    Fix synchronization issue in SocketIO #213 Anthony Zhang 2018-11-08 22:22:17 -0500
  • da7cb86330 Logging improvements for write-only connections (#197) Kelly Truesdale 2018-10-09 18:46:33 -0400
  • f2d28ad62c
    better handling of packets with no data Miguel Grinberg 2018-08-25 12:23:57 +0100
  • 1777c52778
    add python 3.7 to tox Miguel Grinberg 2018-08-25 12:23:32 +0100
  • 53c9a95745
    Merge 1c4be5434b into 2a8befdbc9 #200 Waldemar Quevedo 2018-08-15 17:29:32 +0000
  • 1c4be5434b wip: Sanic + NATS example with async pub sub manager #200 Waldemar Quevedo 2018-08-15 10:16:32 -0700
  • 2c9a29a586 Shorten line lengths for recent changes. #197 Kelly Truesdale 2018-07-25 16:01:03 -0400
  • b73b2a0e0a Make logger a property of BaseManager, configurable separately from server for write-only situations. Kelly Truesdale 2018-07-25 15:34:30 -0400
  • 2a8befdbc9 Tornado examples readme Miguel Grinberg 2018-06-28 11:50:12 -0700
  • 415af129b7 Tornado docs Miguel Grinberg 2018-06-28 11:16:56 -0700
  • 836f4a400d Release 2.0.0 v2.0.0 Miguel Grinberg 2018-06-27 18:49:06 -0700
  • 555b69e807 Tornado 5 support Miguel Grinberg 2018-06-27 17:05:45 -0700
  • 1929720380
    Update PyPI link in README #188 Grey Li 2018-06-09 10:26:22 +0800
  • 58c8a6f430 Fix typo in docs (#187) Grey Li 2018-06-09 09:25:35 +0800
  • 3ebe81fdfd
    Fix typo in docs #187 Grey Li 2018-06-09 08:37:41 +0800
  • 4131e539f8 Update documentation link (#185) Grey Li 2018-05-26 00:11:40 +0800
  • 88472a42c1
    Update documentation link #185 Grey Li 2018-05-25 17:07:06 +0800
  • b1feca7a39
    Merge 25b612e7e9 into c24c91a725 #184 Kais Ben Salah 2018-05-21 12:10:36 +0000
  • 25b612e7e9
    compatible only with python 3.5+ #184 Kais Ben Salah 2018-05-21 13:08:41 +0100
  • eb8896a382
    It's not compatible with Python 2 Kais Ben Salah 2018-05-21 13:05:26 +0100
  • a84338fd42 Remove trailing whitespaces... #181 Vincent Mézino 2018-04-30 02:49:46 +0200
  • 6dc74df2fb Group __all__ element by type in __init__.py Vincent Mézino 2018-04-30 02:47:54 +0200
  • dc1e416dab Remove trailing whitespaces Vincent Mézino 2018-04-30 02:33:46 +0200
  • 839dba3411 Fix flake8 Vincent Mézino 2018-04-30 02:31:14 +0200
  • 29e9c659d4 Remove unused imports Vincent Mézino 2018-04-30 02:27:20 +0200
  • 4f1d8d9329 Use the provided url in KafkaManager and remove the method 'initialize' Vincent Mézino 2018-04-29 16:13:27 +0200
  • 610c229fd9 Write KafkaManager Vincent Mézino 2018-04-29 00:33:29 +0200
  • 2568c80a5a Add KafkaManager to __init__.py Vincent Mézino 2018-04-28 17:10:31 +0200
  • 725afcbc14 Add a copy of redis manager and name it kafka manager Vincent Mézino 2018-04-28 16:47:30 +0200
  • c24c91a725 typo fix (#180) Toon Knapen 2018-04-23 18:54:58 +0200
  • dc58762c5d typo fix #180 Toon Knapen 2018-04-23 13:00:32 +0200
  • ad37d0db93
    add pypy3 target to travis builds Miguel Grinberg 2018-04-22 19:56:38 -0700
  • e921ce9e9b
    fixed error variable #177 iepngs 2018-04-19 16:13:57 +0800
  • 52101a6354
    resolve wrong variable and css element iepngs 2018-04-19 15:44:05 +0800
  • 1ec2e10efc
    Release 1.9.0 v1.9.0 Miguel Grinberg 2018-03-07 14:59:48 -0800
  • 5c72e11afb
    Merge e89171166e into 598568c715 #167 Misha 2018-02-08 12:11:23 +0000
  • e89171166e
    added after_connect event triggering #167 Misha 2018-02-08 16:11:12 +0400
  • 598568c715 assigning local ret variable to none if the asyncio task is canceled (#164) rettier 2018-01-29 18:43:47 +0100
  • f0bd0b59e5 assigning local ret variable to none if the asyncio task is canceled #164 Philipp Reitter 2018-01-29 17:02:16 +0100
  • af13ef067c
    Recoonect to redis when connection is lost Miguel Grinberg 2018-01-15 12:32:45 -0800
  • 4cb493f22b reverted kombu_manager.py and zmq_manager.py to not use **kwargs in their manager initialization #154 Iddo 2017-12-22 19:15:24 +0200