zero icon indicating copy to clipboard operation
zero copied to clipboard

Zero: A simple and fast Python RPC framework

Results 12 zero issues
Sort by recently updated
recently updated
newest added

Hi,I'm using zeroapi in kubernates and I get an annoying issues: ![image](https://user-images.githubusercontent.com/26544186/161260574-93973158-088c-4cb9-8373-e9b110eff036.png) And the issues happened randomly. my zmq version is pyzmq-22.3.0. Could you please help me how to solve...

I need to test this thoroughly. From my point of view, it was only happening for the timeouts. Add test for timeout and "Resource temporarily unavailable". _Originally posted by @Ananto30...

test

Hey, when i try to pass an object from the client to the server i get the correct data, but its not a typed object but dict, how can i...

Hello. First of all, thank you for this project that solves a lot of problems I had, using 0MQ. I'd like to know if it's possible to register object methods...

enhancement

Currently, starting server from thread different from main cause error in `ZeroServer._start_server` method: ```python util.register_signal_term(self._sig_handler) ``` Removing signal registration makes everything work!

This documentation template has been built with [vitepress](https://vitepress.dev) Necessary Commands : Step 1: npm dependencies ```bash npm install ``` Step 2: run the documentation site on browser for development ```bash...

I could not use global variables, GIL is ok.