You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* init commit
* Remove eventhubclient
* Small fix
* apply black style format
* Draft refactor of the push mode
* Start
* Remove iterator test
* Callback model receive test
* Sync eventhub consumer refactor
* Improve sync implementation
* Async refactor
* Verify send result with uamqp ReceiveClient
* Start
* Remove iterator test
* Callback model receive test
* Verify send result with uamqp ReceiveClient
* api description update
* Verify send result with uamqp ReceiveClient
* Draft sync single thread
* small fix
* Fix tests for on_event (single event)
* remove test_producer_client.py
* Parse offset as byte
* improve variable name in producer client
* Consumer constructor accept callback method
* fix bug in process error
* Update _consumers
* Update event processor unit test
* Add test method for wrong json string
* Fix reconnect test
* put back delay in async
* Invalid partition check
* Change async test
* revert back to cancel
* Change async test
* remove iterator on consumer
* more remove
* Fix a bug of validating wrong partition id
* Add async test
* async while true
* fix async error handling
* Catch link stolen and throw out if owner level is set
* Add test for owner level
* increase waiting time
* Increase wait time to receive event
* Correct test case for wrong key to send
* Fix pylint error
* update the version number
* try version b6
* test code small fix
* Further refactoring (#5)
* Started some code clean up
* More clean up
* Refactored producer
* Made async eventprocessor internal
* Async clean up
* Fixed locking behaviour
* Merge updates
* Fix missing lock
* Review feedback
* Fix multi-line strings
* Test fixes
* Pylint fixes
* Fixed capabilities
* Typo
* Fix for producer shutdown
* Fix editing error
* Update ALL_PARTITION
* Renamed logger
* utc timestamps
* Refactor _Address
* Review feedback
* More review feedback
* Pylint fixes
* Skip wrong hostname test on darwin
* Skip wrong hostname test on darwin
* Review feedback
* Retry exception context
* increase wait time in live test
* increase wait time for owner level test
* Review feedback
* Perf patch
* Pylint fixes
* using None for default timeout
* User agent prefix constant
* Updated samples and snippets
* Increase wait time to 6 seconds for client auth test
* Add aiohttp in eventhubs dev_req
* Only install aiohttp for py3.5+
* Fix client auth async test
* Enlarge wait time to receive
* Enlarge wait time to receive
0 commit comments