Please turn JavaScript on
header-image

Stack Overflow - Recent Questions

Want to keep yourself up to date with the latest news from Stack Overflow - Recent Questions?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Stack Overflow - Recent Questions: "Stack Overflow - Where Developers Learn, Share, & Build Careers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  613.17 / day

Message History

What can I do in C# for Person record where try catch is not allowed? I must have PRISM (old version or new), I can use another thing (DLL, or another (Xamarin is the base)). This is for GOD requirement Peace on Earth:1st and this one always center. (should we network)

We catch out of DLL's and it's 3 people,here,remote,remote2 and election (whom) for exception 3 handl...


Read full story

I open websocket to send client balance updates, but after {'message': 'accepted'} websocket closes and I can't send any data.

@router.websocket('/wait_update') async def api_websocket_wait_update(socket: WebSocket): await socket.accept() token = socket.cookies.get('access_token') if token is None: return JSONResponse({'status': 'fail', 'detail': 'no access token'}, 4...

Read full story

We deploy Spring Boot apps onto a dedicated Tomcat via WAR File.

In our Tomcat logs (on shutdown) we regularly see messages like This is very likely to create a memory leak followed by some io.netty.util.internal.InternalThreadLocalMap ThreadLocal links.

We use Spring's WebClient which itself relies on some Netty stuff.

So my questions are:

Can I ...


Read full story

We are facing an intermittent issue with Spring Kafka where a consumer stops processing messages after some time. Restarting the application fixes the issue temporarily for some topics.

Environment

Spring Boot

Spring Kafka

@KafkaListener

AckMode.MANUAL_IMMEDIATE

FixedBackOff

Multiple ConcurrentKafkaListenerContainerFactory

...

Read full story

I'm running Tomcat as a systemd service and have encountered a scenario where Tomcat refuses to start because the PID file points to a different process that has recycled the old Tomcat PID.

What I am seeing in my logs

Existing PID file found during start. Tomcat appears to still be running with PID XYZ. Start aborted. If the following process is not a Tomcat proce...

Read full story