Skip to content

issues Search Results · repo:line/armeria language:Java

Filter by

2k results
 (58 ms)

2k results

inline/armeria (press backspace or delete to remove)

I had a part of used armeria service code. final StreamWriter ServerSentEvent streamWriter = StreamMessage.streaming(); new Thread(() - { streamWriter.write(ServerSentEvent.ofData( ...
  • Clownsw
  • 2
  • Opened 
    4 days ago
  • #6165

org.awaitility.core.ConditionTimeoutException: Condition was evaluated in 103 milliseconds which is earlier than expected minimum timeout 1 seconds at app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:172) ...
  • minwoox
  • Opened 
    7 days ago
  • #6162

Source WebSocketServiceHttp2RequestCompleteTest closeAfterTimeoutWhenCloseFrameIsNotSent() FAILED org.awaitility.core.ConditionTimeoutException: Condition was evaluated in 100 milliseconds which ...
cleanup
  • trustin
  • Opened 
    10 days ago
  • #6156

java.lang.AssertionError: Expecting CompletableFuture[Completed: null] to be done. Be aware that the state of the future in this message might not reflect the one at the time when the assertion was ...
  • minwoox
  • 1
  • Opened 
    11 days ago
  • #6149

https://github.com/line/armeria/pull/6037 made it so Schedulers.registerNonBlockingThreadPredicate is called if Reactor is available in the classpath. This breaks if using a Reactor version 3.7 with the ...
  • yissachar
  • 6
  • Opened 
    16 days ago
  • #6140

The change at https://github.com/qos-ch/slf4j/commit/9349d64f95d0ee4e6ee0057e7376d15f1d15b37c#diff-20752a18ab0bb51b50cd6cc541d35943d1ee274b3631f5589d3975318d9c1910L71 appears to break the code in armeria ...
defect
  • staktrace
  • 3
  • Opened 
    17 days ago
  • #6137

I ve added some decorators to my ServerBuilder: sb.decorator(LoggingService.newDecorator()); // Add request/response preview data to logs sb.decorator(ContentPreviewingService.newDecorator(Integer.MAX_VALUE)); ...
question
  • sedax90
  • 2
  • Opened 
    21 days ago
  • #6132

Background Let me assume a situation where I configure SessionProtocol as H2 and create a WebClient using an EndpointGroup that contains a single Endpoint. Example code snippet illustrating this setup ...
  • kth496
  • 1
  • Opened 
    22 days ago
  • #6131

- ConnectionPool.maxNumConnections() will limit the maximum connection more intuitively than maxNumEventLoopsPerEndpoint. - For HTTP/2, maxNumConnections() will default to 1 or 2. - For ...
new feature
  • ikhoon
  • Opened 
    23 days ago
  • #6129

Motivation We received a report where the nameserver address isn t being updated. https://github.com/netty/netty/pull/14382 https://github.com/netty/netty/issues/14364 A possible cause could be that ...
improvement
  • jrhee17
  • 6
  • Opened 
    24 days ago
  • #6122
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub