question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Async Smile streaming support

See original GitHub issue

As part of SPR-16151 and due to various users asking such support, we try to support Smile Async streaming in the upcoming Spring Framework 5.0.3, in a similar fashion we currently support JSON Async streaming.

I have done various changes to support that, but my integration tests with serialization/deserialization of 2 POJOs generates the following error:

JSON: com.fasterxml.jackson.core.JsonParseException: Still have 21 undecoded bytes, should not call 'feedInput' at [Source: UNKNOWN; line: -1, column: 18]

Data are concatenated without separator.

Could you please check if this use case is currently supported, and if not support it?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
cowtowncodercommented, Dec 18, 2017

Thanks, hope to look into this soon. I can first verify if this is tested or not; and if not, try to think of what the conceptual limitations might be (if any).

0reactions
cowtowncodercommented, Jan 30, 2018

Excellent, I saw the announcement. This is great, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

async_stream - Rust - Docs.rs
Asynchronous stream of elements. Provides two macros, stream! and try_stream! , allowing the caller to define asynchronous streams of elements.
Read more >
Stop Saving to Disk with C# Asynchronous Streams
In this post I'll quickly explain what asynchronous streams are, describe what real world problem they helped me solve, and show some common ......
Read more >
Concurrency and async / await - FastAPI
Modern versions of Python have support for "asynchronous code" using something called "coroutines", with async and await syntax. Let's see that phrase by...
Read more >
Asynchronous support - Django documentation
The main benefits are the ability to service hundreds of connections without using Python threads. This allows you to use slow streaming, long-polling,...
Read more >
Loom: Async Video Messaging for Work | Loom
Record your screen, share your thoughts, and get things done faster with async video.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found