Y
Hacker News
new
|
ask
|
show
|
jobs
by
praptak
989 days ago
TCP asserts on received data, so I guess GP really meant reliable message queues. They generally assert after commit to disk.
1 comments
remexre
989 days ago
What does it mean to assert in this context? I assume not the same thing as C's assert macro; is it the EE sense of "pulling a pin high / low"?
link
throwaway9870
989 days ago
I literally meant the library would call assert() on incoming data. I am fairly certain that has been removed for a long time, but it can be hard to get past first impressions.
link
praptak
989 days ago
I misunderstood assert as part of the protocol, i.e. the latter.
link