Skip to content

v0.7.1

Compare
Choose a tag to compare
@ShivanshVij ShivanshVij released this 01 Dec 18:18
· 11 commits to master since this release
bd8507b

Fixes

  • StreamHandlers would not be registered when calling ServeConn because they were created during a server.Start
    call. This has been fixed by creating a dedicated SetStreamHandler method on the Server struct.

Changes

  • The Server struct now has a SetStreamHandler method that allows you to register a stream handler for a given
    stream name.