totaljs / framework4

Total.js framework v4
https://www.totaljs.com
Other
99 stars 36 forks source link

NEWPUBLISH & NEWSUBSCRIBE fix #21

Closed tomee03 closed 3 years ago

tomee03 commented 3 years ago

Fixed problem with first registration of schema usage in NEWPUBLISH and NEWSUBSCRIBE.

Example:

// not registered in TMS (JSONSchema was created from Total.js Schema, but wasn't registered for future usage.)
NEWPUBLISH('host_created', 'Hosts/Create');

// Registered in TMS
NEWSUBSCRIBE('host_create', 'Hosts/Create');

Tested - working properly