Matthew Roberts

Results 33 issues of Matthew Roberts

Hello, it seems there may be a bug with the Python GCS code. If you try inserting 100 random values and then looking them up again it can fail to...

Okay, maybe a bit of a weird issue here: but I've been developing a TURN client in Python and I've been using Peerjs's TURN server to test my channel code....

This tool is really useful but it would be great if it also showed what the highest recorded execution time was for a measured call when a call was made...

next release

Hello, I was reading the tests for aggregate signatures and I noticed there didn't seem to be any asserts to check the validity of partial signatures. Is this an easy...

Hello, I was using Python varname for some of my projects enum variables which made logging much easier. But I noticed when profiling my code with cProfile there were tens...

needs-more-info

Hello, I've been working on a TURN client and I had a question about how Coturn's TCP behaviour is supposed to work? Let's say that I make an 'allocation' and...

Dear author, I just wanted to say this is really cool code and very well done. I searched the Internet for a long time for an implementation of TURN in...

Recently, I've been working on a library for P2P networking and I decided to use your code within my software. You probably saved me hours or weeks trying to understand...

After storing the key in the DHT (a two node DHT with one the bootstrap node), retrieving the key randomly raises KeyError. For example, if you store a key and...