Hi all!

Very long time since I was last here, so happy to see this project is still 
active!

Picked it up for a hobby project to get into it a bit again, this time 
using Python.

I've seen an issue come up quite frequently though, while playing around 
with a client/server setup modeled after the asyncio example for pycapnp, 
keep hitting this 
assert 
https://github.com/capnproto/capnproto/blob/be7a80b4add706ddaeb41689221146b86c3e0f5f/c%2B%2B/src/kj/timer.c%2B%2B#L113

libc++abi: terminating with uncaught exception of type kj::ExceptionImpl: 
kj/timer.c++:113: failed: expected newTime >= time; can't advance backwards 
in time

stack: 10521bb2e 1052131ee 1050f341c 10507382c 105073672 10507337a 
1033f42b3 1033ec8b4 1033ecae2 1049c12f3 1049c20eb 1033ea4e5 1034e60ff 
10342a701 1033ea833 1034c887f 1033eae9c 1034cbca1 1034c833e 1033eae9c 
1034cbca1 1034c833e 1033eae9c 1034cbca1 1034c833e 1033eae9c 1034cbca1 
1034c833e 1034ccd13 1033eb01c 1034cbca1

I see this message both on the server and on the client (but with different 
stack, naturally). Could this be caused if there's a ntp service running on 
my machine that adjusts the time slightly in the "wrong" direction, perhaps?

Is this a known issue?

Cheers,
Andreas kaos Stenius

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capnproto+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/capnproto/8a94e397-9b55-4b54-aad2-8bd4470b2cc5n%40googlegroups.com.

Reply via email to