Skip to content

Evaluate replacing sender.go with conn.go #11

@soygul

Description

@soygul

So we can have higher level protocol stuff (marshaling, unmarshaling etc.) in one place. Currently serialization is in Sender and deserialization is in Middleware.

We can have a jsonrpc.Conn which implements neptulon.Conn and feed it to the neptulon.Client which is used by the jsonrpc.Client.

On the other hand, we can rename neptulon.Conn and jsonrpc.Sender both to Protocol as they are nothing more than implementations of the underlying communication protocols.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions