Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
@summary: Raised when stale data in found in the Marshaller's internal buffer. Just prior to this has being raised, the Marshaller will empty it's internal buffer ready for new data, although there is no guarantee that this will be able to be decoded.
src/p/y/PyRQ-0.4.1/PyRQ/Core/Marshal/DefaultMarshaller.py PyRQ(Download)
self._buffer = self._buffer[index:] # Now the user has the option to continue attempting to read or stop using the queue. raise Errors.LostDataReceived(lostData) if index!=-1: constraints = DefaultMarshaller._decode(self._buffer, index=index, quiet=self._quiet)