You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V1 released with the following depreciated identifiers removed:
247
+
248
+
- The `Server` interface is removed, use `ServerCloser` instead.
249
+
- Public global variable `DebugOut` is changed to private. Use `SetDebugOut(w io.Writer)` instead for thread safety.
250
+
- Type alias `type ProtocalHandler = ProtocolHandler` removed.
251
+
- Function redirect from `GetRTUBidirectionSizeFromHeader` to `GetRTUBidirectionalSizeFromHeader` removed.
252
+
- Function redirect from `NewRTUCLient` to `NewRTUClient` removed.
253
+
254
+
244
255
2018-09-27 v0.2.0
245
256
246
257
- NewRTUPacketReader returns PacketReader interface instead of io.Reader. When a new RTU server or client receives a SerialContext, it will test if it is also a PacketReader, and only create a new NewRTUPacketReader if not.
0 commit comments