nano icon indicating copy to clipboard operation
nano copied to clipboard

In Get Started

Open tetrahedronix opened this issue 5 years ago • 1 comments

In Get Started the following methods are undefined: OnSessionClosed, Register, SetSerializer, EnableDebug.

undefined: nano.OnSessionClosed
undefined: nano.Register
undefined: nano.SetSerializer
undefined: nano.EnableDebug

Then the example uses methods from both chat and cluster packages without import them.

tetrahedronix avatar Dec 02 '19 09:12 tetrahedronix

@tetravalence The latest version contains some breaking changes, please update the nano to the latest version and use the new version interface(reference demo).

lonng avatar Dec 03 '19 12:12 lonng