Gregers Poulsen

Results 8 comments of Gregers Poulsen

To install from the github repository: - Use git to clone https://github.com/kdavies4/natu to your local machine or alternatively use the download button on the same page (and extract the contents)....

Naturally it would be preferred to know the actual limits and set the outgoing limit accordingly, but when that is not an option, maybe it would make sense to make...

> .. and raise a client side exception already when the final, serialized message exceeds the client side set option? Yes, that was my thought. > Note that there are...

That makes sense, I get: `1009: message exceeds payload limit of 1048576 octets`. Which should appear regardless of whether auto fragmentation is enabled then. But is your suggested `maxOutgoingFramePayloadSize` not...

From your previous post I get the impression that you still think it makes sense to have maxOutgoingFramePayloadSize specified, so you can check against that when autoFragmentSize == 0. I...

Also, just to get a better understanding - how does the protocol get hold of the values from setProtocolOptions?. When I look at the code they are set as attributes...

Has this been given any more thought? I like pytest fixtures a lot, but I use trial.TestCase for most tests to make sure the reactor is left clean - I...

Yes, I ran into #93 when I upgraded last week and solved it by rolling back :) To be honest I do not know exactly what happens underneath the hood...