Async code in ModbusBaseSlaveContext #2104
Answered
by
janiversen
ilkka-ollakka
asked this question in
Q&A
-
Is there some example or API that shows how to implement async ModbusBaseSlaveContext? I have looked the current RemoteSlaveContext and contribs, but all seem to use sync code. So is there some flow that I have missed to use async code in there, or is there some implementation that I should do myself somewhere else in the modbus-server flow to be able to use async code? |
Beta Was this translation helpful? Give feedback.
Answered by
janiversen
Mar 12, 2024
Replies: 1 comment
-
The current context is sync, we are slowly working towards making it async. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ilkka-ollakka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current context is sync, we are slowly working towards making it async.