Skip to content
#

grpc-client

Here are 173 public repositories matching this topic...

armeria
ikhoon
ikhoon commented Mar 19, 2020

In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:

try (SafeCloseable ignored = ctx.push()) {
    logger.trace(decorate(msg));
}

If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.

ctx.run(() -> logger.trace(decorate(msg));

This is inspired by g

takabayashi
takabayashi commented Oct 18, 2017

`[info] ProtocolUtilTest:
[info] generateProtocol
[info] - should generate a protocol with valid format
[WARN] [10/18/2017 10:55:52.375] [pool-7-thread-6-ScalaTest-running-PredictorFSMTest] [akka://EngineFSMTest/user/$$d] Engine is unavailable, not possible to perform event any message in state Unavailable/NoModel
[INFO] [10/18/2017 10:55:52.736] [pool-7-thread-1-ScalaTest-running-GenericHttpA

adempiere-vue is a new UI for ADempiere ERP, CRM & SCM. It based on vue and use the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM] based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin originally write by PanJiaChen / 花裤衩 over MIT license and was changed to GNU/GPL v3 by Yamel Senih after forked granted by PanJiaChen / 花裤衩 on issue "Extend as GNU/Gpl v3 License #1434".

  • Updated Dec 11, 2020
  • Vue

Improve this page

Add a description, image, and links to the grpc-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grpc-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.